test.js 79 B

123
  1. var testBar = "bar";
  2. jQuery("#ap").html("bar");
  3. ok( true, "test.js executed");