jquery/test/data/test2.html

6 lines
122 B
HTML

<script type="text/javascript">
testFoo = "foo";
jQuery('#foo').html('foo');
ok( true, "test2.html executed" );
</script>