Download
Latest jquery-ahm version is 1.5.2.
- jquery-ahm.min.js »
- jquery-ahm.js »
- jquery-run.js » bundled in jquery-ahm 1.5+
- Get the latest @ github »
Version History
1.5.2August 24, 2017
- Add support for jQuery v3
1.5.1April 4, 2012
- Remove evals where neccessary
- Fix bug for Internet Explorer 8
1.5.0March 31, 2012
- Bundle with $.run
- Fix bug that caused JS error if method was undefined
1.4.0November 25, 2011
- div + span ahm bindings are now html5 markup valid
- div + span ahm bindings support delayed execution (data-delay attribute)
- Using $.delegate() to bind all ahm classes
1.3.1October 14, 2011
- Add default ahm binding to div + span:
<div class="ahm" data-url="url" data-delay="1000" />
1.3.0August 1, 2011
- Add $ahm_load: lazy-load javascript only when needed
1.2.0July 6, 2011
- Add support for 'this' keyword in response (selector + params)
- Clean up $.ahm() parameters
1.1.0April 1, 2011
- Use func.apply() to pass array parameter as arguments
- Add support for callback assignment (eg, window.location)
- Add support for nested callbacks (jquery functions + plugins)
- Add $.ahm_form default options to disable submit buttons
1.0.0March 28, 2011
- Initial release