Difference between revisions of "User:Randy:Groupparts Test"

Line 3: Line 3:
 
<script>
 
<script>
 
$('#htdiv').load('https://parts.igem.org/cgi/xml/groupparts.cgi?t=iGEM2009&g=XXLethbridge',
 
$('#htdiv').load('https://parts.igem.org/cgi/xml/groupparts.cgi?t=iGEM2009&g=XXLethbridge',
                             function() {     $('.tablesorter').tablesorter(); }
+
                             function() { alert('done');    $('.tablesorter').tablesorter(); alert('and done'); }
 
);
 
);
 
</script>
 
</script>
 
</html>
 
</html>

Revision as of 03:31, 29 April 2010

Loading.....