Tagged Questions
70
votes
15answers
27k 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
892 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
57 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
295 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
4answers
341 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
11 views
Include jsapi google on local machine, not from google.com
sorry for my bad english.
I want to know if it is possible to download and include the jsapi library, but not hosted by google.com, hosted on my local machine. Cause it's possible that my project can ...
0
votes
1answer
23 views
Google visualization: how to provide user search on a DataTable object?
I have a DataTable object that contains all the data for a Table visualization.
I want to provide a search facility for users of the table, filtering the rows from the Table based on the search ...
0
votes
0answers
15 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
24 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