Line 592: | Line 592: | ||
}); | }); | ||
} | } | ||
+ | |||
+ | |||
+ | $(document).ready(function() { | ||
+ | $("#apr").click(function() { | ||
+ | $('html, body').animate({ | ||
+ | scrollTop: $("#w1").offset().top-90 | ||
+ | }, 600); | ||
+ | }); | ||
+ | }); | ||
+ | |||
+ | $(document).ready(function() { | ||
+ | $("#may").click(function() { | ||
+ | $('html, body').animate({ | ||
+ | scrollTop: $("#w2").offset().top-90 | ||
+ | }, 600); | ||
+ | }); | ||
+ | }); | ||
+ | |||
+ | $(document).ready(function() { | ||
+ | $("#jun").click(function() { | ||
+ | $('html, body').animate({ | ||
+ | scrollTop: $("#w3").offset().top-90 | ||
+ | }, 600); | ||
+ | }); | ||
+ | }); | ||
+ | |||
+ | $(document).ready(function() { | ||
+ | $("#jul").click(function() { | ||
+ | $('html, body').animate({ | ||
+ | scrollTop: $("#w4").offset().top-90 | ||
+ | }, 600); | ||
+ | }); | ||
+ | }); | ||
+ | |||
+ | $(document).ready(function() { | ||
+ | $("#aug").click(function() { | ||
+ | $('html, body').animate({ | ||
+ | scrollTop: $("#w5").offset().top-90 | ||
+ | }, 600); | ||
+ | }); | ||
+ | }); | ||
+ | |||
+ | $(document).ready(function() { | ||
+ | $("#sep").click(function() { | ||
+ | $('html, body').animate({ | ||
+ | scrollTop: $("#w6").offset().top-90 | ||
+ | }, 600); | ||
+ | }); | ||
+ | }); | ||
+ | |||
+ | $(document).ready(function() { | ||
+ | $("#oct").click(function() { | ||
+ | $('html, body').animate({ | ||
+ | scrollTop: $("#w7").offset().top-90 | ||
+ | }, 600); | ||
+ | }); | ||
+ | }); | ||
+ | |||
+ | $(document).ready(function() { | ||
+ | $("#nov").click(function() { | ||
+ | $('html, body').animate({ | ||
+ | scrollTop: $("#w8").offset().top-90 | ||
+ | }, 600); | ||
+ | }); | ||
+ | }); | ||
+ | |||
+ | $(document).ready(function() { | ||
+ | $("#dec").click(function() { | ||
+ | $('html, body').animate({ | ||
+ | scrollTop: $("#w9").offset().top-90 | ||
+ | }, 600); | ||
+ | }); | ||
+ | }); | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
</script> | </script> | ||
Revision as of 13:16, 14 October 2018
Welcome to Protocols
\--