jquery core: closes #3248, #3079, #3026, #3176, #3202, #3129. jQuery.makeArray doesn...
[jquery.git] / test / data / test2.html
1 <script type="text/javascript">
2 var testFoo = "foo";
3 jQuery('#foo').html('foo');
4 ok( true, "test2.html executed" );
5 </script>