Click here to Skip to main content
15,897,891 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am working on a project.

On the login page I used the Jquery to validate the user, but when I'm debugging the project it shows a warning:

Warning 1 Error updating JScript IntelliSense: \common\jquery-1.4.3.min.js: Object doesn't support this property or method @ 36:166 1st line 1 word

What is the solution to this?

Jquery version is 1.4.3 and I'm using VS2008.
Posted
Updated 15-Sep-11 21:23pm
v2
Comments
Dalek Dave 16-Sep-11 3:23am    
Edited for Grammar, Syntax and Readability.

1 solution

I don't know an exact solution, but two things spring to mind:

1. Don't use the "min" version for debugging. Min versions are far less readable and therefore far less suitable for debugging.

2. Upgrade your jQuery version. I believe 1.6.2 is the latest and greatest.
 
Share this answer
 

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