You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project hosts a collection of common jQuery code snippets for use in Visual Studio 2012, 2013, and 2015. See a demo video on YouTube here: <http://www.youtube.com/watch?v=Escy0hbEkI8&hd=1>.
5
+
This project hosts a collection of common jQuery code snippets for use in Visual Studio 2012, 2013, 2015, and 2017. See a demo video on YouTube here: <http://www.youtube.com/watch?v=Escy0hbEkI8&hd=1>.
6
6
7
7
## Installation
8
8
9
-
1. Open Visual Studio 2012/2013/2015.
9
+
1. Open Visual Studio 2012/2013/2015/2017.
10
10
2. Navigate to **Tools** > **Extensions and Updates**.
11
11
3. Search **Online** for "jquery code snippets".
12
12
4. Select the "jQuery Code Snippets" extension and click **Install**.
13
13
5. Restart Visual Studio.
14
14
6. Start [using the code snippets](https://github.com/kspearrin/Visual-Studio-jQuery-Code-Snippets/wiki/Using-Code-Snippets).
15
15
16
-
You can also download and install the extension from the [Visual Studio Gallery](http://visualstudiogallery.msdn.microsoft.com/577b9c03-71fb-417b-bcbb-94b6d3d326b8).
16
+
You can also download and install the extension from the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=kspearrin.jQueryCodeSnippets).
17
17
18
18
## Snippet Listing
19
19
20
20
There are over 130 code snippets for jQuery included. Check out the [snippet listing](https://github.com/kspearrin/Visual-Studio-jQuery-Code-Snippets/wiki/Snippet-Listing).
21
21
22
22
## Changelog
23
23
24
-
**v1.6.0**
25
-
- Added `jqOff`, `jqOffSel`, and `jqOnSel` snippets. Thanks @everettcaleb!
26
-
- Removed `type="text/javascript"` from all script tags in HTML snippets.
27
-
- Updated HTML snippet default library versions to latest.
0 commit comments