Hi - I'm writing a web application using jQuery, and I'm using the copy of jQuery hosted by Google. I'm doing this with a simple:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/ libs/jquery/1.3.2/jquery.min.js"></script> At the top of the screen, followed by the links to my locally hosted javascript file. My concern is, what if Google's CDN is down, or inaccessible for whatever reason? What I was thinking I'd do is put a line at the top of my own javascript file which checks to see if the jQuery framework has been loaded, and if it hasn't, loads it from my own server. Is there an easy way to do this? Or is this just a non-issue that I shouldn't be worrying myself about? Thanks! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google AJAX APIs" group. To post to this group, send email to Google-AJAX-Search-API@googlegroups.com To unsubscribe from this group, send email to google-ajax-search-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/Google-AJAX-Search-API?hl=en -~----------~----~----~----~------~----~------~--~---