Ⓙⓐⓚⓔ 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/

Reply via email to