JSHint 和 jQuery:'$' 未定义
2022-08-30 01:02:25
以下 JS:
(function() {
"use strict";
$("#target").click(function(){
console.log("clicked");
});
}());
收益 率:
test.js: line 5, col 3, '$' is not defined.
当使用 JSHint 0.5.5 进行 lind 时。有什么想法吗?