aQuery.js
1.0.10
See the version list below for details.
dotnet add package aQuery.js --version 1.0.10
NuGet\Install-Package aQuery.js -Version 1.0.10
<PackageReference Include="aQuery.js" Version="1.0.10" />
paket add aQuery.js --version 1.0.10
#r "nuget: aQuery.js, 1.0.10"
// Install aQuery.js as a Cake Addin #addin nuget:?package=aQuery.js&version=1.0.10 // Install aQuery.js as a Cake Tool #tool nuget:?package=aQuery.js&version=1.0.10
aQuery.js is a JavaScript Array Library that is designed to work with modern browsers, not so modern browsers, and node.js. It's fast, easy to use, free, and already familiar to folks that know jQuery and Microsoft.NET LINQ.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
aQuery.js 1.0.10 is a fix release.
* Fixed a defect in which the concat method sometimes returned an array instead of an aQuery object.
* Fixed a defect in the Intellisense documentation for the array member property.
* Removed some unnecessary code.