> To summarize, $.jsonp() is ... an entirely new function which provides > the same options as $.ajax() does (as long as said options are relevant > to a jsonp request).
Yeah, that's what $.ajax is trying to do with jsonp as well. At the moment I think there are some issues with jsonp through $.ajax, a combination of documentation problems and missing features that could be implemented for consistency with other $.ajax requests. On the error callback, does that solution work in all browsers? If so, it sounds like $.ajax should implement it for jsonp. Being able to specify a fixed jsonp callback function seems useful too and probably not hard to add. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery Development" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jquery-dev?hl=en -~----------~----~----~----~------~----~------~--~---
