Candor.jQuery.AutoAsync
2.1.0.31021
See the version list below for details.
dotnet add package Candor.jQuery.AutoAsync --version 2.1.0.31021
NuGet\Install-Package Candor.jQuery.AutoAsync -Version 2.1.0.31021
<PackageReference Include="Candor.jQuery.AutoAsync" Version="2.1.0.31021" />
paket add Candor.jQuery.AutoAsync --version 2.1.0.31021
#r "nuget: Candor.jQuery.AutoAsync, 2.1.0.31021"
// Install Candor.jQuery.AutoAsync as a Cake Addin #addin nuget:?package=Candor.jQuery.AutoAsync&version=2.1.0.31021 // Install Candor.jQuery.AutoAsync as a Cake Tool #tool nuget:?package=Candor.jQuery.AutoAsync&version=2.1.0.31021
automatically enhances elements based on data-attributes or class names. supports an asyncronous user interface (http://candordeveloper.com/2012/07/19/asyncui-mvc-with-progressive-enhancement/)
Learn more about Target Frameworks and .NET Standard.
-
- form2js (>= 1.0.0.30224)
- jQuery (>= 1.7.1.1)
- jQuery.UI.Combined (>= 1.8.20.1)
- jQuery.Validation (>= 1.9.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
4.1.0.60304 | 1,707 | 3/4/2016 |
4.0.0.50129 | 1,315 | 1/30/2015 |
3.5.0.40210 | 1,817 | 2/11/2014 |
3.4.0.40104 | 1,230 | 1/4/2014 |
3.3.0.31222 | 1,236 | 12/23/2013 |
3.2.0.31218 | 1,236 | 12/18/2013 |
3.1.0.31217 | 1,215 | 12/17/2013 |
3.0.0.31022 | 1,253 | 10/23/2013 |
2.1.0.31021 | 1,241 | 10/21/2013 |
2.0.0.30815 | 1,283 | 8/16/2013 |
1.1.0.30604 | 1,381 | 6/5/2013 |
1.0.0.30224 | 1,353 | 2/24/2013 |
This code is open source and can be found at https://github.com/michael-lang/jquery-auto-async
In depth articles can be found at http://candordeveloper.com/
Changes:
2.1.0: * add 'autoaync.refreshEditable' method - reloads items in an ".inline-editable-host" or an item repeater on demand. The url of the host removes any parameters in the url for that get/post that are defined as data attributes on the button.
* add 'autoasync.urlRemoveParams' method (used by refreshEditable) .
* autoasync.clickButton added an automatic complete callback to refreshEditable on any element selectors defined in a 'data-host-selector' attribute of the button.
* 'inline-editable-button' elements can now be anywhere within an enhanced element. It can specify an 'data-editable-container' as an alternate to being in an '.inline-editable-host"