Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Joshua Eichorn's Blog:
HTML_AJAX 0.4.0 is released
Apr 11, 2006 @ 12:08:33

Joshua Eichorn has released the latest version of his PEAR package, HTML_AJAX - version 0.4.0.

HTML_AJAX 0.4.0 has been released. You can upgrade using the PEAR package manager in the normal ways.

The biggest new feature is the addition of a setInnerHTML method that runs any JavaScript in the string your using to update and elements innerHTML property and the addition of an ordered queue. The ordered queue makes your AJAX requests return to the client in the same order they were sent. One of the biggest area's this comes into play is when creating livesearch implementations or any other time you’re making lots of AJAX requests and overwriting the results of the earlier ones with the results of latter ones.

You can get more information on this release from the release notes or the growing documentation over at the HTML_AJAX wiki.

tagged: html_ajax 0.4.0 release pear package setinnerhtml html_ajax 0.4.0 release pear package setinnerhtml

Link:

Joshua Eichorn's Blog:
HTML_AJAX 0.4.0 is released
Apr 11, 2006 @ 12:08:33

Joshua Eichorn has released the latest version of his PEAR package, HTML_AJAX - version 0.4.0.

HTML_AJAX 0.4.0 has been released. You can upgrade using the PEAR package manager in the normal ways.

The biggest new feature is the addition of a setInnerHTML method that runs any JavaScript in the string your using to update and elements innerHTML property and the addition of an ordered queue. The ordered queue makes your AJAX requests return to the client in the same order they were sent. One of the biggest area's this comes into play is when creating livesearch implementations or any other time you’re making lots of AJAX requests and overwriting the results of the earlier ones with the results of latter ones.

You can get more information on this release from the release notes or the growing documentation over at the HTML_AJAX wiki.

tagged: html_ajax 0.4.0 release pear package setinnerhtml html_ajax 0.4.0 release pear package setinnerhtml

Link:


Trending Topics: