Link to home
Start Free TrialLog in
Avatar of Starr Duskk
Starr DuskkFlag for United States of America

asked on

Exception was thrown in jquery-1.10.2.js

I am getting jquery errors:

Exception was thrown at line 1639, column 4 in jquery-1.10.2.js
0x800a139e - JavaScript runtime error: SyntaxError

and:
Exception was thrown at line 1656, column 4 in jquery-1.10.2.js

The first is at:
div.querySelectorAll("*,:x");

The second is at:
matches.call( div, "[s!='']:x" );

I of course haven't altered this .js file and it is as downloaded.

I am using asp.net visual studio 2012 framework 4.5 and I get this error when I use the Debug Output window.

Any suggestions?

thanks!
Avatar of Alexandre Simões
Alexandre Simões
Flag of Switzerland image

Hi mate,

those are errors occurred in jQuery file but I'm sure they were caused by a problem in your code.

Did you identify in your code which instruction(s) cause this?
ASKER CERTIFIED SOLUTION
Avatar of Starr Duskk
Starr Duskk
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Starr Duskk

ASKER

I've requested that this question be closed as follows:

Accepted answer: 0 points for BobCSD's comment #a39651552
Assisted answer: 500 points for AlexCode's comment #a39643816

for the following reason:

found the answer.
I think you should accept your own
I did accept my own. I just gave you the points for participating. thanks!