jquery/test/data/test.js

4 lines
78 B
JavaScript
Raw Normal View History

2009-11-25 18:09:53 +01:00
var foobar = "bar";
jQuery('#ap').html('bar');
ok( true, "test.js executed");