[jQuery] Re: Turn off Cache Busting in $.getScript

2008-05-17 Thread JoeM
So then since the cross domain scripts are fetched by adding a script tag. All of the above methods for turning caching on/off via the ajax settings do not apply? The cross domain script acquisition appears to ALWAYS have the cache busting on. Is there a place to request as a feature maybe in n

[jQuery] Re: Turn off Cache Busting in $.getScript

2008-05-15 Thread JoeM
Thanks for the discussion and clarifications. I am still fuzzy on one thing (besides the fact that much of this is undocumented - and i could find NOTHING in the documentations that indicate that AjaxSetup would affect getScript in any way... much less the specifics of how) I am interested 80%

[jQuery] Turn off Cache Busting in $.getScript

2008-05-14 Thread JoeM
I have noticed that the default behavior of jquery's $.getScript is to add a cache busting parameter to the URL of the script - to assure the browser gets the latest copy. While this is great - and is a good default - I was struggling to see if there is any way to turn OFF the cache busting, for