Team:Freiburg Bioware/jquery
From 2010.igem.org
(Difference between revisions)
Line 8: | Line 8: | ||
$(document).ready(function(){ | $(document).ready(function(){ | ||
+ | $(".example").footnotes(); | ||
$("img").wrap('<div class="img" />'); | $("img").wrap('<div class="img" />'); | ||
$("img").after(function() { | $("img").after(function() { | ||
return '<div>' + this.alt + '</div>'; | return '<div>' + this.alt + '</div>'; | ||
- | }); | + | }); |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
}); | }); | ||
</script> | </script> | ||
- | |||
- | |||
</head> | </head> | ||
</html> | </html> |
Revision as of 18:31, 11 October 2010