A few days ago we've released NukeAjax 2.0, now we are proud to announce the immediate availability of NukeAjax 2.1 with nice improvements and a bugfix for MSIE browsers. We would like to take this opportunity to thank to everybody supporting our works and sending back feedback and/or suggestions, thanks to all you we've reached the stage where we have a quite great addon! :-)
Please click on Read More for the list of changes on this release.
NukeAjax 2.1 - 20091220
- AddOnLoadEvent() function will now use "DOMContentLoaded" for browsers which support it, that basically means JavaScript's onload events will be executed *before* images are loaded/rendered, without any delay and therefore a greatly improved user experience.
- Implemented workarounds to execute JavaScript's onload/onunload events within (before/after) Ajax (Calls/Responses), please refer to the README.txt file for further details.
- Fixed a bug noticeable under MSIE only which prevent embed javascript from being properly parsed.
- OnMouseOut events over links will be now took into account, this should for example fix tooltips handled by other scripts from being permanently left open when launching an ajax request.
UPDATE: as of 2009.12.27, Version 2.1.1 have been made available:
NukeAjax 2.1.1 - 20091227
- Fixed a bug which caused page load errors due document.write being used on external (3rd-part) javascript code.