0

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?

4

1 に答える 1

1

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 :)

于 2012-04-17T15:36:14.763 に答える