3 lines
70 B
JavaScript
3 lines
70 B
JavaScript
foobar = "bar";
|
|
$('#ap').html('bar');
|
|
ok( true, "test.js executed"); |