Następujący JS:
(function() {
"use strict";
$("#target").click(function(){
console.log("clicked");
});
}());
Wydajność:
test.js: line 5, col 3, '$' is not defined.
Po strzępieniu za pomocą JSHint 0.5.5. Jakieś pomysły?
$
jest niezdefiniowany.
jquery.js
do swojej strony?