Code: Select all
$(document).ready(function() {
var a = $("p");
});
Code: Select all
$(document).ready(function() {
var a = $("p");
});
FYI my Spket is installed as an Eclipse 3.7 plugin.
When I try the above code in native Eclipse JavaScript editor it works correctly.