google-cdn Questions
1
Solved
I have web pages (here an example) with the old Google charts API (the old static images) and I'd like to move it to the new Google visualisation charts API.
I also use jQuery, jQuery UI, Google J...
Silvers asked 31/3, 2012 at 15:14
2
Solved
Google hosts a number of JavaScript libraries such as jQuery and dojo on their CDN. For some reason, their own Google Closure library does not seem to be included. Is there a hosted version of the ...
Intricacy asked 7/2, 2010 at 21:16
2
Solved
I'm struggling with the asset pipeline. I'm loading dojo from Google CDN putting this in my template:
= javascript_include_tag 'http://ajax.googleapis.com/ajax/libs/dojo/1.6.1/dojo/dojo.xd.js', :'...
Segregate asked 17/10, 2011 at 16:23
2
Solved
I already have the following for the JS files:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
<script type="text/java...
Rockaway asked 30/6, 2011 at 15:46
1
Solved
This works:
<script src="http://code.jquery.com/jquery-1.5.min.js" type="text/javascript"></script>
<script src="http://code.jquery.com/mobile/1.0a3/jquery.mobile-1.0a3.min.js" type...
Sulfonation asked 21/6, 2011 at 23:16
1
Solved
Can jQuery-UI safely be used without including the CSS assets? Google hosts the JS file, but I don't see any references on that page to the jQuery-UI CSS resources. What problems or issues can I ex...
Totality asked 2/6, 2011 at 15:53
3
Solved
If I have to load for example jquery.js file among some (let's tell about 10) other css / js files, what is a better approach?
load all from the same server that I have my whole app, or
use some ...
Burschenschaft asked 1/6, 2011 at 10:25
© 2022 - 2024 — McMap. All rights reserved.