Questions tagged [google-ajax-libraries]
17 questions
1044
votes
23 answers
Best way to use Google's hosted jQuery, but fall back to my hosted library on Google fail
What would be a good way to attempt to load the hosted jQuery at Google (or other Google hosted libs), but load my copy of jQuery if the Google attempt fails?
I'm not saying Google is flaky. There are cases where the Google copy is blocked…

Nosredna
- 83,000
- 15
- 95
- 122
459
votes
7 answers
Downloading jQuery UI CSS from Google's CDN
I am planning on using Google to download the jQuery lib for both UI and Core. My question is, do they allow me to download the CSS for it or should I have to host it myself?
Also if I use Google to load how should I load other plugins? Can I…

coool
- 8,085
- 12
- 60
- 80
240
votes
16 answers
Where do you include the jQuery library from? Google JSAPI? CDN?
There are a few ways to include jQuery and jQuery UI and I'm wondering what people are using?
Google JSAPI
jQuery's site
your own site/server
another CDN
I have recently been using Google JSAPI, but have found that it takes a long time to setup an…

Darryl Hein
- 142,451
- 95
- 218
- 261
5
votes
1 answer
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 it's possible to get around the downtime that…

Maxim Zaslavsky
- 17,787
- 30
- 107
- 173
4
votes
4 answers
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 once jQuery is available
var func = function() {
…

Jake McGraw
- 55,558
- 10
- 50
- 63
4
votes
1 answer
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:
Or is this…

Yarin
- 173,523
- 149
- 402
- 512
1
vote
0 answers
ejabberd login error with interface
I am used jaxl library to connect to my server openfire. I am get success all to login and sendMessage by used command line. Now i want to make a interface for loin and pass the JID and Password. the result is connected session but it's can't direct…

sk juli kaka
- 470
- 1
- 5
- 19
0
votes
0 answers
Is there any way to create the xla_client with CPU and GPU?
I'm using this code as a baseline.
But in this xla_client, I can only use the GPU resources.
However I want to use the CPU swap(unified) memory as a GPU resources.
How could I create the xla_client with CPU memory support version?
Is there any…

YuGyoung Yun
- 25
- 4
0
votes
1 answer
Google Libraries (mootools) not working with Google Script web app
I have a simple Google Script project. The code is:
function doGet() {
return HtmlService.createHtmlOutputFromFile('main');
}
There is also main.html (where I am having the problem):