jquery/test/data/test.js

4 lines
84 B
JavaScript

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