Skip to main content

Questions tagged [google-ajax-libraries]

The tag has no usage guidance.

google-ajax-libraries
1 vote
1 answer
265 views

Exception occurred while installing jaxlib on Ubuntu x86_64

I am unable to figure out how to troubleshoot these errors in jaxlib installation. If somebody could please guide me on how to go about it, it will be much appreciated, Thanks. Below are the commands ...
Syed M Abbas Haider Taqvi's user avatar
-2 votes
1 answer
32 views

google.load only if specific page?

i have this: google.setOnLoadCallback(googlata); //googlata() is a function to create a google cse google.load('search', '1'); I want to run the top code only if the page opened is www.example....
Borja's user avatar
  • 3,461
1 vote
0 answers
256 views

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 ...
sk juli kaka's user avatar
3 votes
2 answers
3k views

Loading a second version of jQuery, and other libraries along with it

I'm making a widget that consists of a snippet of code to drop in your site that will then pull in content via js. Here's an example snippet: <div data-token="bc1cea6304e8" id="my-widget"> &...
99miles's user avatar
  • 11.2k
0 votes
1 answer
234 views

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): <html> ...
user1590759's user avatar
0 votes
1 answer
471 views

can netty suport http (tcp short connection) and Google protobuf

here is my implements,is it right? public ChannelPipeline getPipeline() throws Exception { ChannelPipeline p = pipeline(); pipeline.addLast("decoder", new HttpRequestDecoder()); p....
gamioo's user avatar
  • 1
3 votes
4 answers
2k views

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

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 advantage in ...
Sreenath Nannat's user avatar
1 vote
1 answer
229 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 src='http://ajax.googleapis.com/ajax/libs/jquery/...
Yarin's user avatar
  • 180k
5 votes
1 answer
2k views

Implementing fallback from Google AJAX Libraries API to local jQuery [duplicate]

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 ...
Maxim Zaslavsky's user avatar
4 votes
1 answer
29k 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" src="http://www.google.com/jsapi?key=INSERT-YOUR-...
TunaFFish's user avatar
  • 11.2k
3 votes
1 answer
2k 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") ...
error's user avatar
  • 332
1044 votes
23 answers
168k views

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 ...
Nosredna's user avatar
  • 85.1k
2 votes
1 answer
2k 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 ...
Kyle Gibbons's user avatar
4 votes
4 answers
9k 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 ...
Jake McGraw's user avatar
460 votes
7 answers
259k views

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 ...
coool's user avatar
  • 8,267

15 30 50 per page