Tagged Questions
0
votes
1answer
86 views
loading javascript CDN with local fallback (not jQuery)
I'm trying to modify this to register and enqueue a jQuery plugin from a CDN with local fallback.
However, when the URL fails (or if I give it a fake url) Firebug receives 2 aborted calls to the URL ...
2
votes
6answers
713 views
WP script versioning breaks cross-site caching?
I am loading JQuery from the google CDN using the following code:
wp_deregister_script('jquery');
wp_register_script(
'jquery', // handle - WP uses this name to refer to script
...