Info
Version: | 1.1.2 |
Author(s): | http://appendto.com |
Last Update: | Monday, July 7, 2014 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://amplifyjs.com |
NuGet Url: | https://www.nuget.org/packages/AmplifyJS |
Install
Install-Package AmplifyJS
dotnet add package AmplifyJS
paket add AmplifyJS
AmplifyJS Download (Unzip the "nupkg" after downloading)
Dependencies
- jQuery(1.4)
Tags
Ajax Request Management - amplify.request provides a clean and elegant request abstraction for all types of data, even allowing for transformation prior to consumption. 2. Client Side Component Communication - amplify.publish/subscribe provides a clean, performant API for component to component communication. 3.
Client Side Browser & Mobile Device Storage - amplify.store takes the confusion out of HTML5 localStorage. It doesn't get simpler than using amplify.store(key, data)! It even works flawlessly on mobile devices.