JSONP and cleanup
JSONP and cleanup
Hi,
I'm using $.ajax function with jsonp data type.
When using jsonp, jQuery automatically generate a callback function but, is this generated function remove from DOM after the response has been received ?
Thanks for your help.