<?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/select</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 21 Nov 2008 18:55:30 GMT</pubDate>
<item>
<title>(JavaScript) jquery reset select field - jimmysessions</title>
<link>http://snipplr.com/view/9168/jquery-reset-select-field/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 21 Oct 2008 16:07:24 GMT</pubDate>
<guid>http://snipplr.com/view/9168/jquery-reset-select-field/</guid>
</item>
<item>
<title>(JavaScript) Select All Checkboxes Based On Class - aristoworks</title>
<link>http://snipplr.com/view/8299/select-all-checkboxes-based-on-class/</link>
<description><![CDATA[ <p>This is a simple javascript snippet that will allow you to specify a particular class to a group of checkboxes and then select them all at once when you click the master checkbox.  This came in very handy for a store inventory script when I needed to select all of the models of a particular manufacturer.</p> ]]></description>
<pubDate>Wed, 10 Sep 2008 20:41:04 GMT</pubDate>
<guid>http://snipplr.com/view/8299/select-all-checkboxes-based-on-class/</guid>
</item>
<item>
<title>(JavaScript) Get Selected Value - jamesming</title>
<link>http://snipplr.com/view/7461/get-selected-value/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 23 Jul 2008 11:00:25 GMT</pubDate>
<guid>http://snipplr.com/view/7461/get-selected-value/</guid>
</item>
<item>
<title>(JavaScript) website copy protection - localhorst</title>
<link>http://snipplr.com/view/5483/website-copy-protection/</link>
<description><![CDATA[ <p>I know what you think - no discussion about this needless piece of code to prevent copying texts/images from websites, but there are customers outside that are advising resistant and so I use this code to scare off their potential clienteles.</p> ]]></description>
<pubDate>Tue, 18 Mar 2008 13:18:00 GMT</pubDate>
<guid>http://snipplr.com/view/5483/website-copy-protection/</guid>
</item>
<item>
<title>(JavaScript) jquery: simule z-index to place divs over select objects (explorer bug) - victorchamorro</title>
<link>http://snipplr.com/view/4134/jquery-simule-zindex-to-place-divs-over-select-objects-explorer-bug/</link>
<description><![CDATA[ <p>using bgiframe to solve a bug in explorer: you cannot apply z-index to place divs over selects in a form!!!</p> ]]></description>
<pubDate>Wed, 14 Nov 2007 11:27:40 GMT</pubDate>
<guid>http://snipplr.com/view/4134/jquery-simule-zindex-to-place-divs-over-select-objects-explorer-bug/</guid>
</item>
<item>
<title>(JavaScript) Select ajax DOM Fill - miziomon</title>
<link>http://snipplr.com/view/4125/select-ajax-dom-fill/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 13 Nov 2007 05:57:58 GMT</pubDate>
<guid>http://snipplr.com/view/4125/select-ajax-dom-fill/</guid>
</item>
<item>
<title>(JavaScript) Focus and Select a Form Input - 1man</title>
<link>http://snipplr.com/view/3268/focus-and-select-a-form-input/</link>
<description><![CDATA[ <p>For forms with a default value onload you don't want your users to have to select the value, delete it and then insert their own input.

This function focuses on a selected input, then it selects the default text so the user can easily type their own value.</p> ]]></description>
<pubDate>Wed, 11 Jul 2007 05:51:26 GMT</pubDate>
<guid>http://snipplr.com/view/3268/focus-and-select-a-form-input/</guid>
</item>
<item>
<title>(JavaScript) Sort the OPTIONs in a SELECT menu - noah</title>
<link>http://snipplr.com/view/3265/sort-the-options-in-a-select-menu/</link>
<description><![CDATA[ <p>Author: Clyde Ingram</p> ]]></description>
<pubDate>Tue, 10 Jul 2007 15:46:00 GMT</pubDate>
<guid>http://snipplr.com/view/3265/sort-the-options-in-a-select-menu/</guid>
</item>
<item>
<title>(JavaScript) copy selected text - noah</title>
<link>http://snipplr.com/view/2383/copy-selected-text/</link>
<description><![CDATA[ <p>This function returns the text that the user currently has selected.</p> ]]></description>
<pubDate>Fri, 23 Mar 2007 14:28:37 GMT</pubDate>
<guid>http://snipplr.com/view/2383/copy-selected-text/</guid>
</item>
<item>
<title>(JavaScript) Comprobar si un combo tiene algún valor seleccionado - pablazo</title>
<link>http://snipplr.com/view/1544/comprobar-si-un-combo-tiene-algn-valor-seleccionado/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 06 Nov 2006 09:33:22 GMT</pubDate>
<guid>http://snipplr.com/view/1544/comprobar-si-un-combo-tiene-algn-valor-seleccionado/</guid>
</item>
<item>
<title>(JavaScript) capas que tapan selects mediante iframe - pablazo</title>
<link>http://snipplr.com/view/1085/capas-que-tapan-selects-mediante-iframe/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 18 Sep 2006 04:24:03 GMT</pubDate>
<guid>http://snipplr.com/view/1085/capas-que-tapan-selects-mediante-iframe/</guid>
</item>
<item>
<title>(JavaScript) getSelection - kif</title>
<link>http://snipplr.com/view/775/getselection/</link>
<description><![CDATA[ <p>Support: IE6, Fx2, Opera9, Safari
Cross browser getSelection().</p> ]]></description>
<pubDate>Fri, 11 Aug 2006 00:00:03 GMT</pubDate>
<guid>http://snipplr.com/view/775/getselection/</guid>
</item>
<item>
<title>(JavaScript) setSelectListToValue - perelin</title>
<link>http://snipplr.com/view/456/setselectlisttovalue/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 17 Jul 2006 04:03:33 GMT</pubDate>
<guid>http://snipplr.com/view/456/setselectlisttovalue/</guid>
</item>
</channel>
</rss>