If you use jQuery's AJAX functions, then yes, it would be required. It is worth noting, however, that nothing jQuery does can't be replicated without it, so if you don't want jQuery, you can find another way.
On Monday, July 16, 2012 3:24:02 PM UTC-4, shown wrote: > > If you want a db conn its relevant. Can't get install, insert fixes. > > On Sunday, July 15, 2012 6:16:58 PM UTC-7, 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/-/eGJgwgn0r1wJ. 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.
