Template:Kyoto/js
From 2012.igem.org
(Difference between revisions)
Line 17: | Line 17: | ||
$("#kyoto-tabs").children("li").click(function() { | $("#kyoto-tabs").children("li").click(function() { | ||
var tabs = $("#kyoto-tabs").children("li"); | var tabs = $("#kyoto-tabs").children("li"); | ||
- | |||
- | |||
for (var i = 0; i < tabs.length; i++) tabs[i].css("z-index","99"); | for (var i = 0; i < tabs.length; i++) tabs[i].css("z-index","99"); | ||
$(this).css("z-index","101"); | $(this).css("z-index","101"); | ||
- | |||
}); | }); | ||
}); | }); | ||
</script> | </script> | ||
</html> | </html> |
Revision as of 04:47, 26 September 2012