jquery - Is Google loader still supported by Google? -
i'd use google loader in project within google loader script, latest version of jquery using version 1.7.1. version came out 3 years ago.
https://developers.google.com/loader/
the bottom of page says last updated on "january 8, 2014". still supported? , yes, know how link directly libraries using cdn. have particular use this. thanks.
i wanted date version of google loader got original, pretty printed it, added latest versions of jquery , removed cruft (frameworks wasn't using scriptaculous, etc.) , re-minified it.
here finished version supports jquery 1.11.0 , 2.1.0
https://github.com/nickfox/custom-google-loader
feel free grab if need it. if have questions it, let me know.
to use it, install on website , add script this:
<script src="custom-google-loader-1.0.0.min.js"></script>
and call this:
google.load('jquery', '1.11.0');
or maps:
google.load('maps', '3', { other_params: 'sensor=false&libraries=adsense' });
if google can answer original question, or better yet, update version of google loader, great.
Comments
Post a Comment