jquery/test/data/test2.html

6 lines
122 B
HTML
Raw Normal View History

<script type="text/javascript">
testFoo = "foo";
2008-06-05 18:11:29 +00:00
jQuery('#foo').html('foo');
ok( true, "test2.html executed" );
</script>