Il seguente JS:
(function() {
"use strict";
$("#target").click(function(){
console.log("clicked");
});
}());
I rendimenti:
test.js: line 5, col 3, '$' is not defined.
Se sfilacciato con JSHint 0.5.5. Qualche idea?
$
è indefinito.
jquery.js
alla tua pagina?