Exactly my thought! but preprocess is too many bytes! (ha ha )

On 12/4/06, Jörn Zaefferer <[EMAIL PROTECTED]> wrote:

Ⓙⓐⓚⓔ schrieb:
> Exactly my point... IE is not part of my solution. I want to support
> setmimetype.. not JQ! I understand JQ is trying to be a base for all
> the stated browsers... I just want to extend it.
I see, good point. How about something like this:

$.ajax({
    ...
    preprocess: function(xml) {
       xml.setRequestHeader(...);
       xml.otherStuff();
    }
});

That would work for you, right?

--
Jörn Zaefferer

http://bassistance.de


_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/




--
Ⓙⓐⓚⓔ - יעקב   ʝǡǩȩ   ᎫᎪᏦᎬ
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to