Reputation: 273
I am using jquery 1.7.1 (minified). I keep getting an error in firebug: Syntax error,
unrecognized expression: > /Scripts/jquery-1.7.1.min.js Line 3.
I have tried using the CDN and receive the same error.
When I try the unminified version, I also get an error: Syntax error,
unrecognized expression: > /Scripts/jquery-1.7.1.js Line 4179.
Any idea why this might be happening?
Upvotes: 0
Views: 411
Reputation: 481
Just a guess, try to include with the right order. First include the jquery library and then all the other js files. I hope that's the case :)
Upvotes: 1