Template:Http://2013.igem.org/Team:USP-Brazil/templateUP
From 2013.igem.org
(Difference between revisions)
Line 42: | Line 42: | ||
$(document).ready(function() { | $(document).ready(function() { | ||
- | + | $("ul.dropdown li").hover(function(){ | |
- | + | $(this).addClass("hover"); | |
- | + | $('ul:first',this).css('visibility', 'visible'); | |
- | + | console.log('in'); | |
- | + | }, function(){ | |
- | + | $(this).removeClass("hover"); | |
- | + | $('ul:first',this).css('visibility', 'hidden'); | |
- | + | console.log('ou'); | |
+ | }); | ||
+ | changeFavicon('https://static.igem.org/mediawiki/2013/7/70/USPBRpichia.png'); | ||
}); | }); | ||
</script> | </script> |
Revision as of 00:49, 27 September 2013