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