Skip to content

Releases: kspearrin/Visual-Studio-jQuery-Code-Snippets

Version 1.8.0

22 Feb 19:57
Compare
Choose a tag to compare
  • Added support for VS 2019.

Version 1.7.0

09 Mar 00:30
Compare
Choose a tag to compare
  • Added VS 2017 support.

Version 1.6.0

16 Jan 14:49
Compare
Choose a tag to compare
  • Added jqOff, jqOffSel, and jqOnSel snippets. Thanks @everettcaleb!
  • Removed type="text/javascript" from all script tags in HTML snippets.
  • Updated HTML snippet default library versions to latest.

Version 1.5.0

15 Jun 23:31
Compare
Choose a tag to compare
  • Added VS 2015 support. Thanks @madskristensen!
  • Upgraded project files to VS 2013.
  • Updated HTML snippet default library versions to latest.
  • Added wrapping quotes to jqWrap* snippets.

Version 1.4

27 Feb 01:33
Compare
Choose a tag to compare
  • Updated all snippets to have helpful descriptions and tooltips from latest jQuery docs
  • More uniform formatting and spacing throughout snippets
  • Added jqMap and jqEach (thanks @grahampcharles), jqDataSetObj, jqOn, jqSlideToggle, jqSlideToggleFull
  • Renamed jqClassToggleFn -> jqClassToggleSwitch, jqToggleVis* -> jqToggle*, jqOffset -> jqOffsetGet
  • Removed jqLive, jqToggleMore, jqUnbindFn
  • Various other code cleanup and bug fixes with snippets

Version 1.3

12 Feb 04:20
Compare
Choose a tag to compare
  • Added VSIX extension for easy installation to Visual Studio (thanks @madskristensen!).
  • Added jqNamespace snippet.