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
I have updated the popular jQuery code snippets for use in Visual Studio 2012and 2013. See a demo video on YouTube here: http://www.youtube.com/watch?v=Escy0hbEkI8&hd=1
3
+
I have updated the popular 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
4
4
5
-
Most of these snippets were originally developed by John Sheehan(http://jquerysnippets.codeplex.com/) for Visual Studio 2010. Credit given where due.
5
+
Most of these snippets were originally developed by [John Sheehan](http://jquerysnippets.codeplex.com/) for Visual Studio 2010. Credit given where due.
6
6
7
7
## Installation
8
8
9
-
1. Open Visual Studio 2012/2013.
9
+
1. Open Visual Studio 2012/2013/2015.
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**.
@@ -17,24 +17,16 @@ You can also download and install the extension from the [Visual Studio Gallery]
17
17
18
18
## Snippet Listing
19
19
20
-
There are over 130 code snippets for jQuery included. You can view a listing of all of these snippets on the project wiki here: https://github.com/kspearrin/Visual-Studio-jQuery-Code-Snippets/wiki/Snippet-Listing
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.4**
25
-
- Updated all snippets to have helpful descriptions and tooltips from latest jQuery docs
26
-
- More uniform formatting and spacing throughout snippets
0 commit comments