Click here to Skip to main content
15,889,931 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
C#
Exception was thrown at line 1238, column 4 in http://localhost:20413/Scripts/jquery-2.1.4.js
<big><pre>

0x800a139e - JavaScript runtime error: SyntaxError

If there is a handler for this exception, the program may be safely continued.
Posted
Comments
Kornfeld Eliyahu Peter 6-Dec-15 3:38am    
What version of IE?
Merajuddin Ansari 6-Dec-15 3:57am    
ie 11.
it's only not working in localhost.but it's working when i deploy on server
Kornfeld Eliyahu Peter 6-Dec-15 4:02am    
Check your browser - jQuery maybe not loaded at all, because of wrong path?
Merajuddin Ansari 6-Dec-15 4:15am    
path is correct because it was working before normal, when i added "<script src="https://code.jquery.com/jquery-1.9.1.min.js"></script>" in some other page which does not include master page.. then after error is coming even though i remove this "<script src="https://code.jquery.com/jquery-1.9.1.min.js"></script>" ..

i don't know why .. pls help
Kornfeld Eliyahu Peter 6-Dec-15 4:58am    
It seems you have a situation when both jQuery 1.x and 2.x loaded...

1 solution

Since you did not provide information about what browser and calling code what we can suggest is limited. However, since you are using jQuery 2, it is likely using an incompatible browser http://jquery.com/browser-support/[^].

Another possibility is that you are using another JavaScript library that is incompatible with the jQuery 2 library.
 
Share this answer
 
Comments
Merajuddin Ansari 6-Dec-15 3:59am    
ie 11.
it's only not working in localhost.but it's working when i deploy on server

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900