Tagged Questions

66
votes
15answers
26k views

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 on site/server another CDN I have recently been using Google JSAPI, ...
7
votes
6answers
9k views

Should I use Google's JSAPI in production code?

Possible duplicate of: should-i-link-to-google-apis-cloud-for-js-libraries also many other discussions, including: ...
2
votes
1answer
225 views

Google jsapi failed to load in Jquery Dialog

I'm trying to show a Chart from google visualization api into a jQuery dialog that load the content from another page, but I receive a javascript error that said 'google is not defined' when try to ...
2
votes
5answers
255 views

JQuery - getScript opens in a new tab

i have a "imho" strange problem with the jquery getScript function. $.getScript('jquery_ui.js', function (){}); // this code works fine <script type="text/javascript" ...
2
votes
3answers
308 views

Is it essential to use a developer key in Google Jsapi calls?

I've been using Google Jsapi like so: <script type="text/javascript" src="http://www.google.com/jsapi"></script> <script type="text/javascript"> google.load("jquery", "1.3"); ...
1
vote
4answers
2k views

google charts api and jquery problem

Hey guys. I've got really weird problem here I'm trying to use google charts API. I also use jquery. I've got several functions that instantiate various charts. So - when I simply call them without ...
0
votes
0answers
30 views

Jquery - Feeds are loaded check

i have a problem with the jquery each and google.feeds function. How can i check -> if all feeds are ready? Example code $.each(rss_feeds, function(i, val) { $('#please wait').show(); var ...