Template:Team:CityU HK/CSS
From 2014.igem.org
(Difference between revisions)
Line 192: | Line 192: | ||
} | } | ||
+ | <script> | ||
+ | // bootstrap navbar hover dropdown | ||
+ | $(function(){ | ||
+ | $('.dropdown').hover(function() { | ||
+ | $(this).toggleClass('open'); | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
</html> | </html> |
Revision as of 01:34, 28 August 2014