<?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/load</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 19 Jun 2013 19:52:10 GMT</pubDate>
<item>
<title>(jQuery) Speed up jQuery UI Autocomplete Combobox with very large select lists - Huskie</title>
<link>http://snipplr.com/view/64623/speed-up-jquery-ui-autocomplete-combobox-with-very-large-select-lists/</link>
<description><![CDATA[ <p>With the current combobox implementation, the full list is emptied and re-rendered every time you expand the dropdown. Also you are stuck with setting the minLength to 0, because it has to do an empty search to get the full list.

Here is my own implementation extending the autocomplete widget. It renders the full list just once, and reuses it whenever the dropdown button is clicked. This also removes the dependence of the option minLength = 0. It also works with arrays, and ajax as list source. Also if you have multiple large list, the widget initialization is added to a queue so it can run in the background, and not freeze the browser.</p> ]]></description>
<pubDate>Tue, 17 Apr 2012 19:56:43 GMT</pubDate>
<guid>http://snipplr.com/view/64623/speed-up-jquery-ui-autocomplete-combobox-with-very-large-select-lists/</guid>
</item>
<item>
<title>(jQuery) Ajax non load cash - Tyde</title>
<link>http://snipplr.com/view/59534/ajax-non-load-cash/</link>
<description><![CDATA[ <p>From time to time I need a Ajax function to not cashe the template it load. I only have notest this problem in IE.</p> ]]></description>
<pubDate>Fri, 07 Oct 2011 20:58:19 GMT</pubDate>
<guid>http://snipplr.com/view/59534/ajax-non-load-cash/</guid>
</item>
<item>
<title>(jQuery) Basic AJAX load with jQuery - Savio</title>
<link>http://snipplr.com/view/48614/basic-ajax-load-with-jquery/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 08 Feb 2011 22:12:15 GMT</pubDate>
<guid>http://snipplr.com/view/48614/basic-ajax-load-with-jquery/</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) Load an image with a fade in - supermauerbros</title>
<link>http://snipplr.com/view/38253/load-an-image-with-a-fade-in/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 03 Aug 2010 06:49:17 GMT</pubDate>
<guid>http://snipplr.com/view/38253/load-an-image-with-a-fade-in/</guid>
</item>
<item>
<title>(jQuery) jQuery dynamic loader - load jquery using pure js javascript if jQ is undefined or does not exist - brandonjp</title>
<link>http://snipplr.com/view/37958/jquery-dynamic-loader--load-jquery-using-pure-js-javascript-if-jq-is-undefined-or-does-not-exist/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 28 Jul 2010 01:36:35 GMT</pubDate>
<guid>http://snipplr.com/view/37958/jquery-dynamic-loader--load-jquery-using-pure-js-javascript-if-jq-is-undefined-or-does-not-exist/</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) js - jQuery - jQueryLoader - check if $ is undefined, then load jquery with pure javascript if needed - brandonjp</title>
<link>http://snipplr.com/view/36788/js--jquery--jqueryloader--check-if--is-undefined-then-load-jquery-with-pure-javascript-if-needed/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 07 Jul 2010 03:53:16 GMT</pubDate>
<guid>http://snipplr.com/view/36788/js--jquery--jqueryloader--check-if--is-undefined-then-load-jquery-with-pure-javascript-if-needed/</guid>
</item>
<item>
<title>(jQuery) Load jQuery using pure js javascript - single line - jquery.com latest - brandonjp</title>
<link>http://snipplr.com/view/36785/load-jquery-using-pure-js-javascript--single-line--jquerycom-latest/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 07 Jul 2010 03:47:48 GMT</pubDate>
<guid>http://snipplr.com/view/36785/load-jquery-using-pure-js-javascript--single-line--jquerycom-latest/</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) jQuery - Random On Load - thehamilton</title>
<link>http://snipplr.com/view/20491/jquery--random-on-load/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 30 Sep 2009 15:50:16 GMT</pubDate>
<guid>http://snipplr.com/view/20491/jquery--random-on-load/</guid>
</item>
<item>
<title>(jQuery) jQuery run code after image loads - nd6</title>
<link>http://snipplr.com/view/19184/jquery-run-code-after-image-loads/</link>
<description><![CDATA[ <p>Taken from TVIDesign's 25 Excellent jQuery tips</p> ]]></description>
<pubDate>Wed, 02 Sep 2009 13:58:09 GMT</pubDate>
<guid>http://snipplr.com/view/19184/jquery-run-code-after-image-loads/</guid>
</item>
<item>
<title>(jQuery) Div Fade in on Load / Div Fade in on Click - kstetson</title>
<link>http://snipplr.com/view/15502/div-fade-in-on-load--div-fade-in-on-click/</link>
<description><![CDATA[ <p>Div will fade in on load or fade in on click</p> ]]></description>
<pubDate>Wed, 03 Jun 2009 22:26:33 GMT</pubDate>
<guid>http://snipplr.com/view/15502/div-fade-in-on-load--div-fade-in-on-click/</guid>
</item>
</channel>
</rss>