Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
687 views

Implementing fallback from Google AJAX Libraries API to local jQuery

After looking up the advantages and disadvantages of using Google's AJAX Libraries API instead of using jQuery locally, I saw that someone wrote in an answer (here on Stack Overflow, of course) that ...
2
votes
1answer
724 views

Automatic re-scaling of Y-axis in Google Visualization API / Annotated Time Line

Is there any way to force the Annotated Time Line graph to automatically change scale on the Y-axis when the user zooms in on a range of dates? Check example below, and note that the value ("price") ...
2
votes
1answer
1k views

Using Google Table inside jqueryui ajax tab

Okay, this scenario is a little complicated, but I will try to explain it as best I can. I am using the Google Ajax Libraries API to get jquery and jqueryui onto the page, so the top of my page looks ...
2
votes
4answers
3k views

Injecting jQuery into a page fails when using Google AJAX Libraries API

I'd like to inject jQuery into a page using the Google AJAX Libraries API, I've come up with the following solution: http://my-domain.com/inject-jquery.js: ;((function(){ // Call this function ...
1
vote
4answers
98 views

What are the advantages in including Jquery library from google's ajax api library? [closed]

Possible Duplicate: Why should I use Google's CDN for jQuery? I have seen many of the web programmers including Jquery library from google's ajax api library. Is there any real ...
1
vote
1answer
108 views

Using google apis libraries- key required?

I'm confused about the proper use of google apis libraries. Specifically, is a key required when using Google AJAX Libraries? This OK?: <script ...
1
vote
1answer
486 views

Google AJAX Libraries CDN for jQuery

I have a page where I need SWFObject, jQuery and Google Maps API. I thought that I could use the benefits of using: <script type="text/javascript" ...