<?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/tags/ready</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 25 May 2013 15:04:43 GMT</pubDate>
<item>
<title>(jQuery) jQuery Basic Setup - adrianparr</title>
<link>http://snipplr.com/view/62912/jquery-basic-setup/</link>
<description><![CDATA[ <p>Basic setup code for jQuery, linking to Google APIs for the jQuery library.</p> ]]></description>
<pubDate>Tue, 31 Jan 2012 02:58:06 GMT</pubDate>
<guid>http://snipplr.com/view/62912/jquery-basic-setup/</guid>
</item>
<item>
<title>(JavaScript) jQuery Document Ready - ryarwood</title>
<link>http://snipplr.com/view/62870/jquery-document-ready/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 30 Jan 2012 08:47:29 GMT</pubDate>
<guid>http://snipplr.com/view/62870/jquery-document-ready/</guid>
</item>
<item>
<title>(jQuery) Modo alternativo de fazer o document ready - garciaon</title>
<link>http://snipplr.com/view/53647/modo-alternativo-de-fazer-o-document-ready/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 17 May 2011 10:48:14 GMT</pubDate>
<guid>http://snipplr.com/view/53647/modo-alternativo-de-fazer-o-document-ready/</guid>
</item>
<item>
<title>(HTML) R2C - jQuery Doc Ready - r2cgroup</title>
<link>http://snipplr.com/view/48742/r2c--jquery-doc-ready/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 10 Feb 2011 11:26:49 GMT</pubDate>
<guid>http://snipplr.com/view/48742/r2c--jquery-doc-ready/</guid>
</item>
<item>
<title>(jQuery) Rather than using $(document).ready / alternative no conflict - mike-tempest</title>
<link>http://snipplr.com/view/43906/rather-than-using-documentready--alternative-no-conflict/</link>
<description><![CDATA[ <p>Hello,

I have been developing with jQuery for just over a year now, I thought I would share something with you that I have found pretty time saving over the past few months.

If you have ever had javascript conflicts due to several different javascript libraries being used you will understand the need for using this method.

Rather than using the documented $(document).ready method of starting any javascript functionality on document load. I recommend that you give the alternative shown below. This is due to the common conflict between Javascript libraries using the $ symbol. By writing your document ready in this way, any $ symbols within this declaration will be ignored by all other javascript libraries. 

Meaning you will no longer need to use the no conflict method of solving the same problem</p> ]]></description>
<pubDate>Thu, 11 Nov 2010 00:01:58 GMT</pubDate>
<guid>http://snipplr.com/view/43906/rather-than-using-documentready--alternative-no-conflict/</guid>
</item>
<item>
<title>(jQuery) Load external scripts FIRST for injected DOM HTML content - harikaram</title>
<link>http://snipplr.com/view/43449/load-external-scripts-first-for-injected-dom-html-content/</link>
<description><![CDATA[ <p>When injecting via jQuery HTML content which contains script tags referencing external scripts, which are then referenced via scripting elsewhere in the injected HTML, some browsers (Chrome) will not wait for the external scripts to load causing the internal scripts to throw an error.  This code parses the external script tags, loads them seperately and then calls the callback function passing the given HTML minus the external script tags for you to inject.
---------
UPDATE:  I've made this considerably more complex after some IE problems (really!).  Hope it helps someone out...</p> ]]></description>
<pubDate>Wed, 03 Nov 2010 03:07:50 GMT</pubDate>
<guid>http://snipplr.com/view/43449/load-external-scripts-first-for-injected-dom-html-content/</guid>
</item>
<item>
<title>(jQuery) Jquery Window Onload - creativeboulder</title>
<link>http://snipplr.com/view/42677/jquery-window-onload/</link>
<description><![CDATA[ <p>This snippet of code is probably the most common and _valuable_ in the world of jQuery.</p> ]]></description>
<pubDate>Thu, 21 Oct 2010 14:39:06 GMT</pubDate>
<guid>http://snipplr.com/view/42677/jquery-window-onload/</guid>
</item>
<item>
<title>(JavaScript) YUI - Determine when the DOM is ready to be used - azulcm</title>
<link>http://snipplr.com/view/29687/yui--determine-when-the-dom-is-ready-to-be-used/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 12 Mar 2010 11:19:33 GMT</pubDate>
<guid>http://snipplr.com/view/29687/yui--determine-when-the-dom-is-ready-to-be-used/</guid>
</item>
<item>
<title>(Other) Run Script > Document Ready - rolfthomas</title>
<link>http://snipplr.com/view/26798/run-script--document-ready/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 21 Jan 2010 05:02:51 GMT</pubDate>
<guid>http://snipplr.com/view/26798/run-script--document-ready/</guid>
</item>
<item>
<title>(Other) jquery document ready - sherakama</title>
<link>http://snipplr.com/view/17344/jquery-document-ready/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 22 Jul 2009 14:40:05 GMT</pubDate>
<guid>http://snipplr.com/view/17344/jquery-document-ready/</guid>
</item>
</channel>
</rss>