Releases: kspearrin/Visual-Studio-jQuery-Code-Snippets
Releases · kspearrin/Visual-Studio-jQuery-Code-Snippets
Version 1.8.0
Version 1.7.0
- Added VS 2017 support.
Version 1.6.0
- 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
- 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
- Updated all snippets to have helpful descriptions and tooltips from latest jQuery docs
- More uniform formatting and spacing throughout snippets
- Added
jqMap
andjqEach
(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
- Added VSIX extension for easy installation to Visual Studio (thanks @madskristensen!).
- Added jqNamespace snippet.