test2.html 126 B

12345
  1. <script type="text/javascript">
  2. var testFoo = "foo";
  3. jQuery('#foo').html('foo');
  4. ok( true, "test2.html executed" );
  5. </script>