Home > Web Front-end > JS Tutorial > body text

How to install jquery in vs

藏色散人
Release: 2022-12-30 11:11:31
Original
4867 people have browsed it

How to install jquery in vs: first open VS2010; then open "Tools->Extension Manager" in order, search for NUGET; then install NuGet Package Manager; finally install jquery through the "nstall-package jquery" command That’s it.

How to install jquery in vs

The operating environment of this tutorial: windows7 system, Microsoft VisualStudio2010&&jquery1.10.0 version, Dell G3 computer.

Recommended: jQuery video tutorial

Visual Studio (referred to as VS) install jquery

Open VS2010, tools--> ;Extension Manager, search for NUGET

to install NuGet Package Manager. After installation, VS2010 will be restarted

After restarting, Tools-->NUGET Package Manager-->Program Package manager console

The command line tool will open at this time

PM>
Copy after login

Enter the command at the above command prompt:

PM> install-package jquery
Copy after login

After pressing Enter, VS will automatically download the latest Put the JQUERY program into your WEB project

Generally, a scripts folder will be generated in your WEB directory and the following 4 files will be generated:

jquery-1.9.0-vsdoc.js
jquery-1.9.0.js
jquery-1.9.0.min.js
jquery-1.9.0.min.map
Copy after login

At this time, your The WEB project of VS2010 supports jQuery and can intelligently sense jQuery syntax

The above is the detailed content of How to install jquery in vs. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template