Home  >  Article  >  Web Front-end  >  How to set up jQuery Intelligent Tips in Visual Studio_jquery

How to set up jQuery Intelligent Tips in Visual Studio_jquery

WBOY
WBOYOriginal
2016-05-16 18:31:251411browse

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,

How to set up jQuery Intelligent Tips in Visual Studio_jquery

Copy to a local directory and introduce it into the project of the web application or website.

How to set up jQuery Intelligent Tips in Visual Studio_jquery

Now you only need to add the script reference of jquery-1.2.6.js,

How to set up jQuery Intelligent Tips in Visual Studio_jquery

You can get the corresponding smart prompt function.

How to set up jQuery Intelligent Tips in Visual Studio_jquery

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.

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn