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:
...
3
votes
1answer
815 views
google.Load jQuery UI Specific CSS
I am loading jQuery UI as
google.load("jqueryui", "1.8.6");
from the Google CDN
And I want the theme UI Darkness to be associated with it.
Any other methods other than
<link type="text/css" ...
2
votes
2answers
39 views
Will Google throttle attempts to obtain user location using client-side jsapi calls?
I installed this JavaScript project which attempts to obtain the user's geolocation using client-side JavaScript.
https://github.com/codejoust/session.js/
The default mechanism for the location ...
2
votes
1answer
230 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
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");
...
0
votes
0answers
12 views
Google feed - get data from offset
I am using google feed api to fetch the feed from the url. I need to give the paging to the user so that (due to low bandwidth) all entries should not come at first. Is there any way to get entry from ...
-1
votes
1answer
18 views
Why is it impossible to grab jsapi and fonts from google services?
I'm just trying to know why we can't download
fonts from google & jsapi from google
Is that a legal issue ?
Thanks