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?

It'd work for me (and Kevin, i suppose) too. +1 for taking that route.

-- 
Choan
<http://choangalvez.nom.es/>
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to