Team:Freiburg Bioware/jquery
From 2010.igem.org
(Difference between revisions)
(New page: <html> <head> </head> </html>) |
|||
Line 1: | Line 1: | ||
<html> | <html> | ||
<head> | <head> | ||
- | + | <script type="text/javascript"> | |
+ | $("img").wrap('<div class="img" />'); | ||
+ | $("img").after('<div>Test</div>'); | ||
+ | </script> | ||
</head> | </head> | ||
</html> | </html> |
Revision as of 10:22, 11 October 2010