jQuery dollar sign ($) gives me a warning Permanently deleted user 创建于 2014年03月09日 13:02 I have created an html page that contains jQuery code but I get the following error under every dollar sign :'Unresolved function or method $()'Any ideas?
jQuery version used?
If 2.1 or 1.11 .. then it is http://youtrack.jetbrains.com/issue/WEB-10908 (due to changes in jQuery code, which IDE currently fails to interpret correctly)
The 2.0 and 1.10.2 versions work just fine.
I see.I am using jquery v1.11.0
Idea/Suggestion: Use/Reference actual jQuery v1.11 in your code .. but when configuring JavaScript Libraries (for code completion) use 1.11 for Release (.min.js) and 1.10.2 for Debug (.js)