Ajax Partial downloading

Ajax Partial downloading


Hello Everyone,
How about adding a partial callback function to the ajax options that
will be called whenever the ready state is changed to interactive (3).
This would only wok for text/html data types.
Example:
$.ajax({
url:'process.php',
partial: function(data) {
$('#status').text(data)
}
});
PS. it appears that state 3 is supported by major browsers:
http://www.quirksmode.org/blog/archives/2005/09/xmlhttp_notes_r_2.html
__
Raymond Irving
Create Rich PHP Web Apps Today!
Raxan PDI - http://raxanpdi.com/