📜 ⬆️ ⬇️

A set of snippets to work with jQuery

Snippets is a Visual Studio tool that allows you to quickly type routine code. By pressing Ctrl + K, Ctrl + X in the editor you will receive a list of snippets, after selecting which in the editor a piece of the necessary code will appear. There is an even easier way to call the snippet - type the abbreviated name and press TAB.

Previously, snippets were available only for the C # / VB code editor, but in Visual Studio 2010 it was possible to create snippets for HTML / ASPX pages (the bundle contains a lot of standard snippets).

Yesterday, blogger John Sheehan reported on his blog that he released snippets to work with jQuery. Its set includes more than 100 snippets for various life situations: from simple embedding of a link to a jQuery script, to working with animation and Ajax.
')
image

This extremely useful set can be downloaded from the Codeplex page . In the archive package with the installer, which automatically integrates snippets into your Visual Studio 2010. You can get acquainted with the list of snippets in the same place on the documentation page .

Source: https://habr.com/ru/post/76862/


All Articles