Nuget Package
http://nuget.org/packages/jslinq
Release Notes
This release includes the below changes, one of which is the most notable is it now includes a "plugin" model similar to that of jQuery. An Extensibility example is included in the download.
Version 2.10 Change Log- Modified the JSLINQ object to allow you to create an instance of JSLINQ containing an Array of elements
using either of the following methods:
var option1 = JSLINQ(myArray);
var option2 = new JSLINQ(myArray);
- Added an extensibility example; located at "/Examples/Extensions/get.htm"
- Added Improved Intellisense Support and moved it to the "JSLINQ-vsdoc.js" file.