jquery/test/data/test.js

4 lines
80 B
JavaScript

this.testBar = "bar";
jQuery("#ap").html("bar");
ok( true, "test.js executed");