Hi,

I have a question about the Google API 
Loader<https://developers.google.com/loader/>, 
I hope this is the right place.
It should work as an alternative way of loading Google Hosted Libraries, 
like this:

<script type="text/javascript" src="https://www.google.com/jsapi";></script>


<script type="text/javascript">
  google.load("jquery", "1.7.1");
  google.load("jqueryui", "1.8.17");
</script>

The problem I encountered is that I cannot load jquery / jquery-ui versions 
higher than the ones in the example above. The higher versions are also not in 
the source of the jsapi.
So at some point, Google stopped updating the loader with the latest versions. 
Is this a permanent decision or is this way of loading deprecated? 
Or is the loader going to be updated?


-- 
You received this message because you are subscribed to the Google
Groups "Google AJAX APIs" group.
To post to this group, send email to
[email protected]
To unsubscribe from this group, send email to
[email protected]
To view this message on the web, visit
https://groups.google.com/d/msg/google-ajax-search-api/-/9SPsB2MupNcJ
For more options, visit this group at
http://groups.google.com/group/google-ajax-search-api?hl=en?hl=en

Reply via email to