<?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/javascript/tags/load</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 19 Jun 2013 17:52:52 GMT</pubDate>
<item>
<title>(JavaScript) Delay no carregamento de blocos no HTML - thiagotargino</title>
<link>http://snipplr.com/view/58167/delay-no-carregamento-de-blocos-no-html/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 26 Aug 2011 00:15:06 GMT</pubDate>
<guid>http://snipplr.com/view/58167/delay-no-carregamento-de-blocos-no-html/</guid>
</item>
<item>
<title>(JavaScript) Amazing Website Javascript Initialization Code Block v1 - cmndo</title>
<link>http://snipplr.com/view/52435/amazing-website-javascript-initialization-code-block-v1/</link>
<description><![CDATA[ <p>Link body class names to trigger javascript. It requires jQuery.</p> ]]></description>
<pubDate>Fri, 22 Apr 2011 01:32:08 GMT</pubDate>
<guid>http://snipplr.com/view/52435/amazing-website-javascript-initialization-code-block-v1/</guid>
</item>
<item>
<title>(JavaScript) Emulate Click with jQuery on Page Enter / Direct Lightbox Opening - disas</title>
<link>http://snipplr.com/view/48078/emulate-click-with-jquery-on-page-enter--direct-lightbox-opening/</link>
<description><![CDATA[ <p>This snippet could be useful if you use an div based design eg. with a slider or something similar. it grabs variables from the base url splitted by "#".

So you can browse to your site like "http://www.example.com/#1#2" and use the first and second variable to emulate an click on a menu or an lightbox collection eg.  for opening an lightbox directly when you enter the site.</p> ]]></description>
<pubDate>Sat, 29 Jan 2011 05:55:07 GMT</pubDate>
<guid>http://snipplr.com/view/48078/emulate-click-with-jquery-on-page-enter--direct-lightbox-opening/</guid>
</item>
<item>
<title>(JavaScript) flexible feed dialog function for Facebook  JavaScript SDK FB.ui - coprolit</title>
<link>http://snipplr.com/view/40141/flexible-feed-dialog-function-for-facebook--javascript-sdk-fbui/</link>
<description><![CDATA[ <p>A more flexible version of the 'official' Facebook feed dialog example.

"The Feed Dialog prompts the user to publish an individual story to a profile's feed. This does not require any extended permissions."

"The following simple JavaScript example demonstrates using the FB.ui method in the JavaScript SDK to use the Feed Dialog:"</p> ]]></description>
<pubDate>Wed, 08 Sep 2010 23:07:57 GMT</pubDate>
<guid>http://snipplr.com/view/40141/flexible-feed-dialog-function-for-facebook--javascript-sdk-fbui/</guid>
</item>
<item>
<title>(JavaScript) Set or clear input values on load, focus &amp;amp; blur with jQuery - phil7085</title>
<link>http://snipplr.com/view/36375/set-or-clear-input-values-on-load-focus--blur-with-jquery/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 26 Jun 2010 23:18:20 GMT</pubDate>
<guid>http://snipplr.com/view/36375/set-or-clear-input-values-on-load-focus--blur-with-jquery/</guid>
</item>
<item>
<title>(JavaScript) Random HTML content on load - supermauerbros</title>
<link>http://snipplr.com/view/28817/random-html-content-on-load/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 23 Feb 2010 21:39:32 GMT</pubDate>
<guid>http://snipplr.com/view/28817/random-html-content-on-load/</guid>
</item>
<item>
<title>(JavaScript) Loading XML Using Raw Javascript - alvincrespo</title>
<link>http://snipplr.com/view/28570/loading-xml-using-raw-javascript/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 18 Feb 2010 16:33:14 GMT</pubDate>
<guid>http://snipplr.com/view/28570/loading-xml-using-raw-javascript/</guid>
</item>
<item>
<title>(JavaScript) JQUERY .LOAD WITH ARGUMENTS - lfatr</title>
<link>http://snipplr.com/view/28407/jquery-load-with-arguments/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 16 Feb 2010 11:30:42 GMT</pubDate>
<guid>http://snipplr.com/view/28407/jquery-load-with-arguments/</guid>
</item>
<item>
<title>(JavaScript) Mootools Lazy Load - kcmr</title>
<link>http://snipplr.com/view/25723/mootools-lazy-load/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 30 Dec 2009 13:09:54 GMT</pubDate>
<guid>http://snipplr.com/view/25723/mootools-lazy-load/</guid>
</item>
<item>
<title>(JavaScript) on dom ready - elightbo</title>
<link>http://snipplr.com/view/15883/on-dom-ready/</link>
<description><![CDATA[ <p>Call in js then use the object constructor to define individual functions. You can either call a named function:

var foobar = new domFunction(myFunction);

Or write an anonymous function directly inside the constructor:

var foobar = new domFunction(function()
{
    //code ...

});</p> ]]></description>
<pubDate>Fri, 12 Jun 2009 16:15:06 GMT</pubDate>
<guid>http://snipplr.com/view/15883/on-dom-ready/</guid>
</item>
<item>
<title>(JavaScript) Great Function - sarfraznawaz2005</title>
<link>http://snipplr.com/view/12088/great-function/</link>
<description><![CDATA[ <p>Ever wanted to add multiple functions to the onload event rather than one? This function lets you achieve exactly that.</p> ]]></description>
<pubDate>Wed, 11 Feb 2009 00:33:31 GMT</pubDate>
<guid>http://snipplr.com/view/12088/great-function/</guid>
</item>
<item>
<title>(JavaScript) Load images after the web page is loaded - eden159</title>
<link>http://snipplr.com/view/10934/load-images-after-the-web-page-is-loaded/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 05 Jan 2009 10:05:33 GMT</pubDate>
<guid>http://snipplr.com/view/10934/load-images-after-the-web-page-is-loaded/</guid>
</item>
<item>
<title>(JavaScript) Exception manager for DOM event handlers - no more silent failures - miohtama</title>
<link>http://snipplr.com/view/10137/exception-manager-for-dom-event-handlers--no-more-silent-failures/</link>
<description><![CDATA[ <p>It is utterly annoying when DOM event handler exceptions fail silently with Firebug. This package fixes this common problem.</p> ]]></description>
<pubDate>Fri, 28 Nov 2008 19:11:42 GMT</pubDate>
<guid>http://snipplr.com/view/10137/exception-manager-for-dom-event-handlers--no-more-silent-failures/</guid>
</item>
<item>
<title>(JavaScript) Small Images Preloader - oxisound</title>
<link>http://snipplr.com/view/5113/small-images-preloader/</link>
<description><![CDATA[ <p>Wasn't fully tested :) Just for reference...</p> ]]></description>
<pubDate>Mon, 18 Feb 2008 17:05:26 GMT</pubDate>
<guid>http://snipplr.com/view/5113/small-images-preloader/</guid>
</item>
<item>
<title>(JavaScript) Failsafe load for attaching stylesheet - natalie</title>
<link>http://snipplr.com/view/3873/failsafe-load-for-attaching-stylesheet/</link>
<description><![CDATA[ <p>The setTimeout ensures that if there is an issue attaching the link to the bottom of the head (e.g. if the head hasn’t finished loading when the link is trying to be attached) it retries after 100ms. Resetting the css variable to null avoids potential memory leaks.</p> ]]></description>
<pubDate>Wed, 10 Oct 2007 04:02:44 GMT</pubDate>
<guid>http://snipplr.com/view/3873/failsafe-load-for-attaching-stylesheet/</guid>
</item>
<item>
<title>(JavaScript) JS File Loader - kif</title>
<link>http://snipplr.com/view/589/js-file-loader/</link>
<description><![CDATA[ <p>Support: Fx2, Opera9, IE6</p> ]]></description>
<pubDate>Wed, 26 Jul 2006 19:30:13 GMT</pubDate>
<guid>http://snipplr.com/view/589/js-file-loader/</guid>
</item>
</channel>
</rss>