dec2b5d9f1a29f9ac23520b0d8f4ffb6339bcf34
[jquery.git] / test / data / test2.html
1 <script type="text/javascript">
2 testFoo = "foo";
3 jQuery('#foo').html('foo');
4 ok( true, "test2.html executed" );
5 </script>