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/

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery Development" group.
To post to this group, send email to jquery-dev@googlegroups.com
To unsubscribe from this group, send email to 
jquery-dev+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to