[jQuery] using jLint
[jQuery] using jLint
Does anyone use jLint?
I am leaning to use and debug jquery. Using firebug , Yslow lists
jLint. I dont get any errors indicated in FF, but in jLint i keep
getting this reference to the jquery library
---------------
JSLint Report for: http://www.roxstyle.com/projects/blssi/cms/mapping-tool-v1/map-result-person.html
3 problems found.
http://www.roxstyle.com/projects/blssi/cms/mapping-tool-v1/js/jquery-1.2.6.js
Missing ';' line 18, char 26: ignore all
var jQuery = window.jQuery = window.$ = function( selector, context )
Expected an identifier and instead saw '='. line 18, char 27: ignore
all
var jQuery = window.jQuery = window.$ = function( selector, context )
Stopping, unable to continue. (0% scanned) line 18, char 27: ignore
all
var jQuery = window.jQuery = window.$ = function( selector, context )
i downloaded the library again, still same errors