jquery/test/data/test2.html
2007-09-08 12:42:32 +00:00

6 lines
121 B
HTML

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