Difference between revisions of "User:Randy:Groupparts Test"
Line 1: | Line 1: | ||
<html> | <html> | ||
− | <div id='htdiv' style='min-height:100px; min-width:500px;border:1px solid green'><div style='padding:20px;color:gray'>Loading.....</div></div> | + | <div id='htdiv' style='min-height:100px; min-width:500px;border:1px solid green'><div style='padding:20px;color:gray'>Loading.....</div> |
+ | <TABLE id='myTable'></TABLE></div> | ||
<script> | <script> | ||
− | $('# | + | $('#myTable').load('https://parts.igem.org/cgi/xml/test.cgi?t=iGEM2009&g=Lethbridge', |
− | function() { $('#myTable').trigger('update'); } ); | + | function() { alert('called'); $('#myTable').trigger('update'); } ); |
//$('#htdiv').load('https://parts.igem.org/cgi/xml/groupparts.cgi?t=iGEM2009&g=Lethbridge'); | //$('#htdiv').load('https://parts.igem.org/cgi/xml/groupparts.cgi?t=iGEM2009&g=Lethbridge'); | ||
$(document).ready( function() { | $(document).ready( function() { |
Revision as of 02:33, 29 April 2010
Loading.....