or
You can have the JQuery Intellisense following this steps:
Hope it helps!
- Download from the JQuery site the file jquery-1.4.1-vsdoc.js, search for the Visual Studio link near the release link
- Add the file to your project
- Change your js file and add to the top of the file:
thank you .. it is a great information ..
ReplyDeletebut i dont understand the 3ed step .. can you plz provide more info. about it..
In the 3d step you need to edit your JS file (or HTML/ASP/ASPX file) and add the comment ///reference ertc...
ReplyDeleteIt instructs Visual Studio that the description of the jquery libraries are located in the file jquery-1.4.1-vsdoc.js.
This file is used only bu VS and is inside a comment... no other will use it!