jquery/test/data/test2.html

6 lines
122 B
HTML
Raw Normal View History

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