<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - Huskie</title>
<link>http://snipplr.com/users/Huskie/language/jquery</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 26 May 2013 09:45:40 GMT</pubDate>
<item>
<title>(jQuery) Speed up jQuery UI Autocomplete Combobox with very large select lists</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) Clear all text fields on focus based on original value with single function</title>
<link>http://snipplr.com/view/64478/clear-all-text-fields-on-focus-based-on-original-value-with-single-function/</link>
<description><![CDATA[ <p>Clear all text fields on focus based on original value with single function. The code checks for a 'title' attribute on each input with class 'text' and compares this to the current value of the field.</p> ]]></description>
<pubDate>Tue, 10 Apr 2012 19:29:59 GMT</pubDate>
<guid>http://snipplr.com/view/64478/clear-all-text-fields-on-focus-based-on-original-value-with-single-function/</guid>
</item>
<item>
<title>(jQuery) Remove hyperlink outline in IE6 &amp;amp; IE7 with jQuery</title>
<link>http://snipplr.com/view/64395/remove-hyperlink-outline-in-ie6--ie7-with-jquery/</link>
<description><![CDATA[ <p>IE6 and IE7 don't respect the 'outline' attribute for hyperlinks. This jQuery snippet removes the annoying outline in these browsers.</p> ]]></description>
<pubDate>Fri, 06 Apr 2012 22:58:41 GMT</pubDate>
<guid>http://snipplr.com/view/64395/remove-hyperlink-outline-in-ie6--ie7-with-jquery/</guid>
</item>
<item>
<title>(jQuery) Google CDN jQuery loading fallback</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) Latest Minified jQuery from Google CDN</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) jQuery rel=\"external\" to open links in new window</title>
<link>http://snipplr.com/view/57571/jquery-relexternal-to-open-links-in-new-window/</link>
<description><![CDATA[ <p>Add attribute to links to open them in a new window. Example - rel="external". Alternative to target="_blank", conforming to XHTML specification.</p> ]]></description>
<pubDate>Wed, 03 Aug 2011 19:14:05 GMT</pubDate>
<guid>http://snipplr.com/view/57571/jquery-relexternal-to-open-links-in-new-window/</guid>
</item>
</channel>
</rss>