Plugins

The plugins site is currently in development.

We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.

Releases for mpAjax (multi-part Ajax responses)


mpAjax (multi-part Ajax responses) 0.3.2

v0.3.2 fixes a bug when jquery automagically translates the 'data' parameter from its normal string value to an object (XMLDOM).

mpAjax (multi-part Ajax responses) 0.3.1

Fixed another bug where a response with no defined success handler created a js error.

mpAjax (multi-part Ajax responses) 0.3.0

This release is a significant change over 0.2.1. It now features full integration with the "ajaxSuccess" event binding functionality of jQuery. This means you can either specify your multi-part handlers per request (via "success"), or bind one or more global event handler(s) for the "ajaxSuccess" event.

The demo has now been updated to allow you to choose one of three types of handler specification (callback, single event handler, multiple event handlers). The most exciting part of the 0.3 release is the ability to split up your handlers into separate event bindings bound to different DOM objects. In the demo, for instance, it shows binding the "text/html" handler to the actual DIV that the HTML will go into. And the "application/json" handler is bound to the DIV where it's data will be dropped. This makes code more semantic and sensible. It gives you much more flexibility.

mpAjax (multi-part Ajax responses) 0.2.1

v0.2.1 fixes a bug where mpAjax would throw an error if you make an ajax call but don't provide a "success" handler to the call (like, if you use the ajax event subscription methods instead).

No more error, should just fall back to regular behavior. However, as of now, multi-part processing will not occur or work with ajax-event-subscriptions... only with directly specifying a "success" handler to your ajax calls.

Better integration with the ajax-event system will be added in an upcoming release.

mpAjax (multi-part Ajax responses) 0.2.0

v0.2 fixes a minor bug where mpAjax couldn't be used with some other Ajax extending plugins (like jquery.flXHRproxy). Now they are compatible.

mpAjax (multi-part Ajax responses) 0.1.1

This is v0.1.1 of the plugin. It's still in development, but is reasonably working and well tested so far. There are planned improvements and code optimizations coming soon.

mpAjax (multi-part Ajax responses) 0.1.1

This is v0.1.1 of the plugin. It's still in development, but is reasonably working and well tested so far. There are planned improvements and code optimizations coming soon.

mpAjax (multi-part Ajax responses) 0.6.0

This is v0.1.1 of the plugin. It's still in development, but is reasonably working and well tested so far. There are planned improvements and code optimizations coming soon.