Team:Freiburg Bioware/jquery

From 2010.igem.org

(Difference between revisions)
Line 2: Line 2:
<html>
<html>
<head>
<head>
 +
<script type="text/javascript">
<script type="text/javascript">
 +
 +
$(document).ready(function(){
 +
  alert("Hello World!");     
 +
});
 +
$("img").wrap('<div class="img" />');
$("img").wrap('<div class="img" />');
$("img").after('<div>Test</div>');
$("img").after('<div>Test</div>');

Revision as of 10:44, 11 October 2010