Team:Freiburg Bioware/jquery
From 2010.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
+ | {{:Team:Freiburg/jquery124}} | ||
<html> | <html> | ||
<head> | <head> | ||
+ | |||
<script type="text/javascript"> | <script type="text/javascript"> | ||
$("img").wrap('<div class="img" />'); | $("img").wrap('<div class="img" />'); | ||
$("img").after('<div>Test</div>'); | $("img").after('<div>Test</div>'); | ||
</script> | </script> | ||
+ | |||
</head> | </head> | ||
</html> | </html> |