Candor.jQuery.AutoAsync 3.0.0.31022

There is a newer version of this package available.
See the version list below for details.
dotnet add package Candor.jQuery.AutoAsync --version 3.0.0.31022                
NuGet\Install-Package Candor.jQuery.AutoAsync -Version 3.0.0.31022                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Candor.jQuery.AutoAsync" Version="3.0.0.31022" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Candor.jQuery.AutoAsync --version 3.0.0.31022                
#r "nuget: Candor.jQuery.AutoAsync, 3.0.0.31022"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Candor.jQuery.AutoAsync as a Cake Addin
#addin nuget:?package=Candor.jQuery.AutoAsync&version=3.0.0.31022

// Install Candor.jQuery.AutoAsync as a Cake Tool
#tool nuget:?package=Candor.jQuery.AutoAsync&version=3.0.0.31022                

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/)

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.0.0.50129 159 1/30/2015
3.5.0.40210 136 2/11/2014
3.4.0.40104 67 1/4/2014
3.3.0.31222 65 12/23/2013
3.2.0.31218 64 12/18/2013
3.1.0.31217 65 12/17/2013
3.0.0.31022 64 10/23/2013
2.1.0.31021 63 10/21/2013
2.0.0.30815 64 8/16/2013
1.1.0.30604 61 6/5/2013
1.0.0.30224 59 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:
3.0.0: * renamed method 'enhanceCallback' to 'addCallback'
* removed obsolete methods and plugins
* added template-dialog and inline-editable-host-updater plugins
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"