Questions tagged [google-ajax-api]

Google APIs (or Google AJAX APIs) is a set of JavaScript APIs developed by Google that allows interaction with Google Services and integration of rich, multimedia, search or feed-based Internet content into web applications. They extensively use AJAX scripting and can be easily loaded using Google Loader.

Google AJAX APIs is a JavaScript library to integrate rich, multimedia, search, or feed-based Internet content into web applications/pages, organized by Google. They can be used by third parties to place rich Ajax content on web pages.

Blog

40 questions
0
votes
1 answer

Google Ajax Library API & jQuery(function() {})

i wonder if i use google.load("jquery", 1); google.setOnLoadCallback(function() { // i still need to check if document has finished loading with $(function() { // do stuff }); }); the question is when…
Jiew Meng
  • 84,767
  • 185
  • 495
  • 805
0
votes
1 answer

chosen not working to google ajax

i have used Chosen Select for my website, I'm using bootstrap framework. if include ajax google api, its not suggesting this is my code …
0
votes
1 answer

Google Search / Map Api Separating JS from Html

As my coding revolves only around one function,the function OnLoad() where the map and search is together on this function. However i was tasked to separate the Maps and Search JS and was unable to do so. Is there any tips or tricks to separating…
0
votes
1 answer

Why can't I get the icons when I use jQueryUI with Google Ajax API within Jetpack?

I can't get any icons to be shown on a modal dialog box when I try to use jQueryUI via Google Ajax API. The icons do not appear but when I click on the locations where they are supposed to be the relevant functinality works (e.g. I can resize and…
Emre Sevinç
  • 8,211
  • 14
  • 64
  • 105
0
votes
2 answers

Can I specify what type of URLs to search for? - Google Search

Ok I'm searching for twitter profiles with Google Ajax Search I'm using the following query: ?q=Radiant+Hex+site:twitter.com I'm looking for urls like these: twitter.com/radianthex twitter.com/ignighted ... But I often stumble in URLs of the…
RadiantHex
  • 24,907
  • 47
  • 148
  • 244
0
votes
1 answer

Google slideshow shows a blank screen when calling from ajax

I'm having problems implementing google slideshow (http://www.google.com/uds/solutions/slideshow/index.html) to my web application by loading it using a jquery load() function. index.html: