Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7824565
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T08:38:30+00:00 2026-06-02T08:38:30+00:00

The jQuery, jQuery UI and Google Maps can be loaded from Google’s CDN in

  • 0

The jQuery, jQuery UI and Google Maps can be loaded from Google’s CDN in two ways – either by using google.load():

<script type="text/javascript" src="https://www.google.com/jsapi"></script>
<script type="text/javascript">
google.load("jquery", "1");
google.load("jqueryui", "1");
google.load("maps", "3", {other_params: "language=de&sensor=false"});
</script>

or by using the static <script src=”…”> tags:

<script type="text/javascript" src="https://maps.google.com/maps/api/js?sensor=false&language=de"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1/jquery-ui.min.js"></script>

Is there please the 2nd way available for the Google charts API as well?

For me only this method works:

<script type="text/javascript">
google.load('visualization', '1.0', {'packages':['corechart']});
</script>

but I can not find the URL for the 2nd way.

And I would prefer to include the Google charts API statically because it looks more straightforward to me and because of my current problem with DataTables.net.

When I look at the resources using the Google Chrome console, I can see the address like

https://www.google.com/uds/api/visualization/1.0/342b7b8453344477d252440b6c1305c9/format+en,default,corechart.I.js

but I think it is a temporary one, which can expire…

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T08:38:31+00:00Added an answer on June 2, 2026 at 8:38 am

    I’ve found an autoloading workaround:

    <script type="text/javascript" 
    src="https://www.google.com/jsapi?autoload={'modules':[{'name':'visualization','version':'1','packages':['corechart'],'language':'ru'}]}">
    </script>
    

    UPDATE 2017:

    Chrome displays this warning though:

    jsapi?autoload={‘modules’:[{‘name’:’visualization’,’version’:’1′,’packages’:[‘corechart’,’table’],’…:22
    A Parser-blocking, cross-origin script,
    https://www.google.com/uds/api/visualization/1.0/84dc8f392c72d48b78b72f8a2e79c1a1/format+ru,default+ru,ui+ru,table+ru,corechart+ru.I.js,
    is invoked via document.write. This may be blocked by the browser if
    the device has poor network connectivity. See
    https://www.chromestatus.com/feature/5718547946799104 for more
    details. google.loader.f @
    jsapi?autoload={‘modules’:[{‘name’:’visualization’,’version’:’1′,’packages’:[‘corechart’,’table’],’…:22
    (anonymous) @
    jsapi?autoload={‘modules’:[{‘name’:’visualization’,’version’:’1′,’packages’:[‘corechart’,’table’],’…:54

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using the Google CDN to load my JQuery file. However, I'd like to
How I can load the Google maps like this: function loadScript() { var script
Aside from jQuery and Google Maps, I have two scripts included in the head
I have this java code: <script src=http://www.google.com/jsapi></script> <script type=text/javascript> google.load(jquery, 1.2.6); $(a#more).click(function() { $(#info_box).show(blind,
I have found a code to show Google maps with multiple markers using JQuery
using jquery-ui-map here is my code $(document).ready(function() {$('#map_canvas').gmap({ 'center': new google.maps.LatLng(3.162456,21.09375), 'zoom': 2, 'streetViewControl':
I'm using the jQuery Google Maps v3 plugin , I want to add the
Im trying to load google maps in a dynamic map container, but I can't
I create several Gmarkers (from JSON data loaded by JQuery load function), on all
I have a page where I need SWFObject, jQuery and Google Maps API. I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.