Complete overhaul of the Ajax test suite, it's now passing in all browsers. In order...
[jquery.git] / build / test / data / test2.html
1 <script type="text/javascript">
2 var testFoo = "foo";
3 $('#foo').html('foo');
4 ok( true, "test2.html executed" );
5 </script>