In the documentation it says that jsonp is not an ajax requst (no XHR)
http://api.jquery.com/jQuery.get/
The actual running code is:
https://github.com/jquery/jquery/blob/master/src/ajax/script.js
(it adds a script tag to the end of the head of the page, or to the
document if the head cannot be found)
JSONP is a special case of script (you can do a script request as well
with jquery, but I don't know what the documentation says about it
anymore; script is a simple matter of adding a new script tag to the page).
On 6/2/2011 11:48 AM, NadAF wrote:
Ok. Can you provide me a link or something to see that? because here
(http://api.jquery.com/extending-ajax/) it is not mentioned.
--
You received this message because you are subscribed to the Google Groups
"Firebug" 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/firebug?hl=en.