If you do something like

$("<script src='http://api.com/json/callback'<" + "/script>").appendTo
("body");

jQuery will tack a timestamp to the URL, in an attempt to prevent
caching:

http://api.com/json/callback?_=1247543709724

However, this can break APIs. Is there a way to disable this automatic
URL modification?

Reply via email to