Team:Freiburg Bioware/jquery
From 2010.igem.org
(Difference between revisions)
Line 6: | Line 6: | ||
$(document).ready(function() { | $(document).ready(function() { | ||
+ | $("img").each(function() { | ||
+ | $(this).wrap("center"); | ||
+ | }); | ||
$("li[style]").addClass("menubar_current"); | $("li[style]").addClass("menubar_current"); | ||
$("li[style]").removeAttr("style"); | $("li[style]").removeAttr("style"); |
Revision as of 14:40, 21 October 2010