Team:UCLA/Template/Javascript
From 2014.igem.org
(Difference between revisions)
Samichaels (Talk | contribs) |
Samichaels (Talk | contribs) |
||
Line 107: | Line 107: | ||
$('html,body').animate({scrollTop:dest}, 700,'swing'); | $('html,body').animate({scrollTop:dest}, 700,'swing'); | ||
}); | }); | ||
+ | </script> | ||
+ | |||
+ | <!--STICKY SIDEBAR--> | ||
+ | <script type="text/javascript"> | ||
+ | |||
+ | $(document).ready( | ||
+ | function(){ | ||
+ | $("#support").click(function () { | ||
+ | $(".popup").fadeToggle(150); | ||
+ | return false; | ||
+ | }); | ||
+ | }); | ||
+ | |||
</script> | </script> | ||
</html> | </html> |
Revision as of 22:39, 4 August 2014