<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/jquery/tags/google</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 24 May 2013 02:07:21 GMT</pubDate>
<item>
<title>(jQuery) Google CDN jQuery loading fallback - Huskie</title>
<link>http://snipplr.com/view/62495/google-cdn-jquery-loading-fallback/</link>
<description><![CDATA[ <p>This code snippet fetches the very latest minified version of jQuery from Google's CDN. If this is not available, we revert to a locally stored version (current version at time of publish was 1.7.1 - update this to suit going forward).</p> ]]></description>
<pubDate>Thu, 12 Jan 2012 02:47:13 GMT</pubDate>
<guid>http://snipplr.com/view/62495/google-cdn-jquery-loading-fallback/</guid>
</item>
<item>
<title>(jQuery) Google maps v3 - Infowindows from JSON feed using jQuery - Boldlight</title>
<link>http://snipplr.com/view/59734/google-maps-v3--infowindows-from-json-feed-using-jquery/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 13 Oct 2011 22:13:12 GMT</pubDate>
<guid>http://snipplr.com/view/59734/google-maps-v3--infowindows-from-json-feed-using-jquery/</guid>
</item>
<item>
<title>(jQuery) Latest Minified jQuery from Google CDN - Huskie</title>
<link>http://snipplr.com/view/59660/latest-minified-jquery-from-google-cdn/</link>
<description><![CDATA[ <p>To get the most recent version in the 1.x.x family.</p> ]]></description>
<pubDate>Wed, 12 Oct 2011 08:07:57 GMT</pubDate>
<guid>http://snipplr.com/view/59660/latest-minified-jquery-from-google-cdn/</guid>
</item>
<item>
<title>(jQuery) Google Maps v3 and JQuery Tabs (jQuery tabs google maps bug) Example - Whiteagle</title>
<link>http://snipplr.com/view/57003/google-maps-v3-and-jquery-tabs-jquery-tabs-google-maps-bug-example/</link>
<description><![CDATA[ <p>If you are struggling against some problems with google maps and tabs be aware that, in order to avoid problems, jQuery sets the width &amp; height of every hidden element to Zero.

To fix this problem all you have to do is trigger the resize event and the map will be working as it should. To trigger the event all you need to do is.</p> ]]></description>
<pubDate>Fri, 22 Jul 2011 01:37:01 GMT</pubDate>
<guid>http://snipplr.com/view/57003/google-maps-v3-and-jquery-tabs-jquery-tabs-google-maps-bug-example/</guid>
</item>
<item>
<title>(jQuery) Llamada a jQuery en Google y alternativa si la conexion falla - dato</title>
<link>http://snipplr.com/view/56417/llamada-a-jquery-en-google-y-alternativa-si-la-conexion-falla/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 11 Jul 2011 22:00:19 GMT</pubDate>
<guid>http://snipplr.com/view/56417/llamada-a-jquery-en-google-y-alternativa-si-la-conexion-falla/</guid>
</item>
<item>
<title>(jQuery) jQuery to move google plus one - drifterz28</title>
<link>http://snipplr.com/view/55244/jquery-to-move-google-plus-one/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 15 Jun 2011 04:11:36 GMT</pubDate>
<guid>http://snipplr.com/view/55244/jquery-to-move-google-plus-one/</guid>
</item>
<item>
<title>(jQuery) Auto-tag Outbound Links for Google Analytics, Async Version - rgsmith007</title>
<link>http://snipplr.com/view/48445/autotag-outbound-links-for-google-analytics-async-version/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 05 Feb 2011 03:11:57 GMT</pubDate>
<guid>http://snipplr.com/view/48445/autotag-outbound-links-for-google-analytics-async-version/</guid>
</item>
<item>
<title>(jQuery) Google's jQuery CDN - Most Recent version 1 - matula</title>
<link>http://snipplr.com/view/42650/googles-jquery-cdn--most-recent-version-1/</link>
<description><![CDATA[ <p>Instead of putting "1.4.2" or whatever in the src, if you just put "1", you'll get the most recent version. At least until they release v2.</p> ]]></description>
<pubDate>Thu, 21 Oct 2010 06:56:36 GMT</pubDate>
<guid>http://snipplr.com/view/42650/googles-jquery-cdn--most-recent-version-1/</guid>
</item>
<item>
<title>(jQuery) Jquery Googles CDN - athanassiadis</title>
<link>http://snipplr.com/view/41973/jquery-googles-cdn/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 10 Oct 2010 08:22:02 GMT</pubDate>
<guid>http://snipplr.com/view/41973/jquery-googles-cdn/</guid>
</item>
<item>
<title>(jQuery) Auto-tag Outbound Links for Google Analytics - rgsmith007</title>
<link>http://snipplr.com/view/37623/autotag-outbound-links-for-google-analytics/</link>
<description><![CDATA[ <p>This will automatically tag external links and prefix the URL with '/outgoing' for tracking in Google Analytics. The pageTracker is assumed to be added to the page elsewhere in the markup. By default it is applied to all links contained in the BODY tag, excluding those with the class 'noAutoLink.' This snippet is not an original work of mine, but I do not know its author.</p> ]]></description>
<pubDate>Tue, 20 Jul 2010 01:57:48 GMT</pubDate>
<guid>http://snipplr.com/view/37623/autotag-outbound-links-for-google-analytics/</guid>
</item>
<item>
<title>(jQuery) Load jQuery From Google Without Risk of Breaking Your Site - stancox</title>
<link>http://snipplr.com/view/37094/load-jquery-from-google-without-risk-of-breaking-your-site/</link>
<description><![CDATA[ <p>Related Categories: jQuery, Tips

We've all heard the best practices recommendation to load jQuery (or other JavaScript libraries) from a CDN, such as Google's for performance reasons. But what happens if, in the rare chance, Google's network is down or inaccessible? At a minimum, your site would start throwing errors &amp; wouldn't function properly.

Fear not, all is not lost. Using the code below, we can try to load the file from the Google CDN and then quickly test if it successfully loaded. If it did load properly, we don't do anything different. But if it didn't, we can load the file from another location, assumingly our web server. Then our site will function properly and once Google's CDN is re-accessible, visitors will continue to benefit from the use of the CDN.</p> ]]></description>
<pubDate>Sun, 11 Jul 2010 02:36:43 GMT</pubDate>
<guid>http://snipplr.com/view/37094/load-jquery-from-google-without-risk-of-breaking-your-site/</guid>
</item>
<item>
<title>(jQuery) Track outbound links with GA and jQuery - errkk</title>
<link>http://snipplr.com/view/36945/track-outbound-links-with-ga-and-jquery/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 08 Jul 2010 17:59:22 GMT</pubDate>
<guid>http://snipplr.com/view/36945/track-outbound-links-with-ga-and-jquery/</guid>
</item>
<item>
<title>(jQuery) Check if Jquery Exist if not load it - crispunk</title>
<link>http://snipplr.com/view/36354/check-if-jquery-exist-if-not-load-it/</link>
<description><![CDATA[ <p>If you are working on apps development to adapt on different sites that you don't have access to them, and need to load Jquery, but don't wanna load it twice this will help you !</p> ]]></description>
<pubDate>Sat, 26 Jun 2010 09:04:42 GMT</pubDate>
<guid>http://snipplr.com/view/36354/check-if-jquery-exist-if-not-load-it/</guid>
</item>
<item>
<title>(jQuery) Graceful Geocoding with jQuery - bitmanic</title>
<link>http://snipplr.com/view/28531/graceful-geocoding-with-jquery/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 18 Feb 2010 04:15:45 GMT</pubDate>
<guid>http://snipplr.com/view/28531/graceful-geocoding-with-jquery/</guid>
</item>
<item>
<title>(jQuery) Google CDN hosted jQuery with local fallback - doodlemoonch</title>
<link>http://snipplr.com/view/28239/google-cdn-hosted-jquery-with-local-fallback/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 12 Feb 2010 09:53:05 GMT</pubDate>
<guid>http://snipplr.com/view/28239/google-cdn-hosted-jquery-with-local-fallback/</guid>
</item>
<item>
<title>(jQuery) Let Google host jQuery for you - revierDsign</title>
<link>http://snipplr.com/view/24215/let-google-host-jquery-for-you/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 03 Dec 2009 12:02:47 GMT</pubDate>
<guid>http://snipplr.com/view/24215/let-google-host-jquery-for-you/</guid>
</item>
<item>
<title>(jQuery) google frame detect using - almazom</title>
<link>http://snipplr.com/view/21031/google-frame-detect-using/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 12 Oct 2009 06:36:07 GMT</pubDate>
<guid>http://snipplr.com/view/21031/google-frame-detect-using/</guid>
</item>
<item>
<title>(jQuery) Outgoing Google Analytics links - dsntos</title>
<link>http://snipplr.com/view/18421/outgoing-google-analytics-links/</link>
<description><![CDATA[ <p>Detects all external/outgoing links, adds class, &amp; adds target = _blank. When using a strict doctype, this method is valid when using target manipulation.</p> ]]></description>
<pubDate>Tue, 18 Aug 2009 03:24:10 GMT</pubDate>
<guid>http://snipplr.com/view/18421/outgoing-google-analytics-links/</guid>
</item>
<item>
<title>(jQuery) jqeury at google - kokikr</title>
<link>http://snipplr.com/view/15030/jqeury-at-google/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 14 May 2009 12:11:25 GMT</pubDate>
<guid>http://snipplr.com/view/15030/jqeury-at-google/</guid>
</item>
<item>
<title>(jQuery) jquery on google cdn - kokikr</title>
<link>http://snipplr.com/view/14883/jquery-on-google-cdn/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 10 May 2009 04:53:26 GMT</pubDate>
<guid>http://snipplr.com/view/14883/jquery-on-google-cdn/</guid>
</item>
</channel>
</rss>