JQuery smart prompt setting method in Visual Studio. If you prefer to use vs2008 for development, refer. 1. VS2008
1) install the patch VS2008 SP1. Download the link. The SP1 Patch provides the smart prompt function of the Javascript script library.
2) install the KB958502 patch. Download the link. KB958502 patch support-vsdoc. js smart prompt File Association function, more instructions.
3) download the original jQuery file and the-vsdoc. js file, and associate the file with the same file name prefix.
Example, download jquery-1.2.6.js and jquery-1.2.6-vsdoc.js,
Copy to the local directory and introduce it to the project of a Web application or website.
Now you just need to add a script reference for the jquery-1.2.6.js,
You can get the corresponding smart notification function.
2. VS2010
If you do not need to install a patch in VS2010, you can directly match the-vsdoc. js smart prompt file to display the jQuery smart prompt.