It's not necessary to have jQuery on your local server, indeed it is always suggested to load jQuery library from google CDN. I read an article 3-reasons-why-you-should-let-google-host-jquery-for-you<http://encosia.com/3-reasons-why-you-should-let-google-host-jquery-for-you/> and now I always use the Google CDN url.
It also reduces the overhead of maintaining your own set of jQuery files. On Sunday, 15 July 2012 20:16:58 UTC-5, shown wrote: > > Is it necessary to have JQuery on my local server or insert: > > <script type="text/javascript" > src="http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js"></script> > > into my script for AJAX while having: > <script type="text/javascript" src="https://www.google.com/jsapi > "></script> > <script type="text/javascript" src="jquery-1.6.2.min.js"></script> > -Shawn > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-visualization-api/-/ePOQ0cIE7PEJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
