Allow # urls to contain #. Thanks to @alvopass in f9f9ee52e16f37900296e06982a7dccba89...
[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>