[jquery-dev] Re: Ajax refactoring V2

2009-12-09 Thread Julian Aubourg
Another update: I added a jsonp over iframe transport similar to the one I had developped for my jquery-jsonp plugin (soon to be obsolete, hopefully). Made me confident enough coding a new transport and binding it to a dataType is both easy and non-intrusive. I have some refactoring to do between

Re: [jquery-dev] Re: Ajax refactoring V2

2009-12-09 Thread John Resig
Did you add this as a plugin? It doesn't seem like that's something that we'd ship in jQuery core. Glad to hear that it's really coming together, though! --John On Wed, Dec 9, 2009 at 11:33 AM, Julian Aubourg aubourg.jul...@gmail.com wrote: Another update: I added a jsonp over iframe

Re: [jquery-dev] Re: Ajax refactoring V2

2009-12-09 Thread Julian Aubourg
For the time being, it's in the tree. It's far less than a kilobyte once minified and optional (needs the jsonpOverIFrame option set) : I know for a fact the technique fails on IE when document.domain is set (even to its default value) and I have no clue how to feature test for it. The advantage