4 lines
81 B
JavaScript
4 lines
81 B
JavaScript
var foobar = "bar";
|
|
jQuery('#ap').html('bar');
|
|
ok( true, "test.js executed");
|