/ Published in: jQuery
When Google or another CDN is offline use this snippet to include a local jquery file
Expand |
Embed | Plain Text
if(typeof jQuery == 'undefined'){ //alert('usando local'); document.write(unescape("%3Cscript src='path/to/local/jquery-1.4.2.min.js' type='text/javascript'%3E%3C/script%3E")); }
You need to login to post a comment.
