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