Home > Article > Web Front-end > How to set up jQuery Intelligent Tips in Visual Studio_jquery
1.VS2008
1) Install the VS2008 SP1 patch, download link. The SP1 patch provides the smart prompt function of the Javascript script library.
2) Install KB958502 patch, download link. The KB958502 patch supports the association function of the vsdoc.js smart prompt file, More instructions.
3) Download the jQuery original file and -vsdoc.js file, and associate them with the same file name prefix.
Example, download jquery-1.2.6.js and jquery-1.2.6-vsdoc.js,
Copy to a local directory and introduce it into the project of the web application or website.
Now you only need to add the script reference of jquery-1.2.6.js,
You can get the corresponding smart prompt function.
2.VS2010
There is no need to install a patch in VS2010. Just match the -vsdoc.js smart prompt file to display jQuery’s smart prompts.