<?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/dropdown</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Tue, 14 Feb 2012 05:47:59 GMT</pubDate>
<item>
<title>(jQuery) Get value of selected option in Drop Down - jjmu15</title>
<link>http://snipplr.com/view/63250/get-value-of-selected-option-in-drop-down/</link>
<description><![CDATA[ <p>This snippet gets the value of the selected dropdown</p> ]]></description>
<pubDate>Sat, 11 Feb 2012 03:05:35 GMT</pubDate>
<guid>http://snipplr.com/view/63250/get-value-of-selected-option-in-drop-down/</guid>
</item>
<item>
<title>(CSS) CSS Dropdown Menu - zvineyard</title>
<link>http://snipplr.com/view/59590/css-dropdown-menu/</link>
<description><![CDATA[ <p>A working HTML/CSS dropdown (flyout) menu.</p> ]]></description>
<pubDate>Mon, 10 Oct 2011 14:11:50 GMT</pubDate>
<guid>http://snipplr.com/view/59590/css-dropdown-menu/</guid>
</item>
<item>
<title>(PHP) Tectite formmail email recipient split depending on dropdown selection - stephcode</title>
<link>http://snipplr.com/view/53536/tectite-formmail-email-recipient-split-depending-on-dropdown-selection/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 14 May 2011 01:28:35 GMT</pubDate>
<guid>http://snipplr.com/view/53536/tectite-formmail-email-recipient-split-depending-on-dropdown-selection/</guid>
</item>
<item>
<title>(HTML) HTML for Time Zone dropdown/select - mecha</title>
<link>http://snipplr.com/view/51380/html-for-time-zone-dropdownselect/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 31 Mar 2011 13:53:27 GMT</pubDate>
<guid>http://snipplr.com/view/51380/html-for-time-zone-dropdownselect/</guid>
</item>
<item>
<title>(HTML) Country dropdown list with country name as value. - ahandy</title>
<link>http://snipplr.com/view/50005/country-dropdown-list-with-country-name-as-value/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 04 Mar 2011 02:11:27 GMT</pubDate>
<guid>http://snipplr.com/view/50005/country-dropdown-list-with-country-name-as-value/</guid>
</item>
<item>
<title>(jQuery) jQuery fancy select dropdown menu - peckham</title>
<link>http://snipplr.com/view/48107/jquery-fancy-select-dropdown-menu/</link>
<description><![CDATA[ <p>The option elements in the original select may provide an image and a second line of text by using a data-img and a data-info attribute.</p> ]]></description>
<pubDate>Sun, 30 Jan 2011 12:35:10 GMT</pubDate>
<guid>http://snipplr.com/view/48107/jquery-fancy-select-dropdown-menu/</guid>
</item>
<item>
<title>(CSS) Horizontal Menu w/ Dropdowns - cviolette</title>
<link>http://snipplr.com/view/43984/horizontal-menu-w-dropdowns/</link>
<description><![CDATA[ <p>Basic style to set up Joomla-format menu as horizontal menu with dropdowns.</p> ]]></description>
<pubDate>Fri, 12 Nov 2010 04:00:11 GMT</pubDate>
<guid>http://snipplr.com/view/43984/horizontal-menu-w-dropdowns/</guid>
</item>
<item>
<title>(jQuery) Joomla Menu Dropdowns - cviolette</title>
<link>http://snipplr.com/view/43982/joomla-menu-dropdowns/</link>
<description><![CDATA[ <p>jQuery to make Joomla-format menu dropdowns appear on hover. Change "#mainnav" to menu container selector.</p> ]]></description>
<pubDate>Fri, 12 Nov 2010 03:55:48 GMT</pubDate>
<guid>http://snipplr.com/view/43982/joomla-menu-dropdowns/</guid>
</item>
<item>
<title>(jQuery) Custom Dropdown - touffies</title>
<link>http://snipplr.com/view/43956/custom-dropdown/</link>
<description><![CDATA[ <p>Custom dropdown field, replace defaut dropdown style with custom design.
This function does not replace the select field.</p> ]]></description>
<pubDate>Fri, 12 Nov 2010 00:00:39 GMT</pubDate>
<guid>http://snipplr.com/view/43956/custom-dropdown/</guid>
</item>
<item>
<title>(CSS) Multilevel dropdown menu in puer CSS - czterystaczwarty</title>
<link>http://snipplr.com/view/41112/multilevel-dropdown-menu-in-puer-css/</link>
<description><![CDATA[ <p>container id: nav
list class: dropdown-menu</p> ]]></description>
<pubDate>Tue, 28 Sep 2010 23:34:06 GMT</pubDate>
<guid>http://snipplr.com/view/41112/multilevel-dropdown-menu-in-puer-css/</guid>
</item>
<item>
<title>(HTML) Select Days - maryisbusy</title>
<link>http://snipplr.com/view/41017/select-days/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 25 Sep 2010 07:14:35 GMT</pubDate>
<guid>http://snipplr.com/view/41017/select-days/</guid>
</item>
<item>
<title>(HTML) Select Months - Names and Values - maryisbusy</title>
<link>http://snipplr.com/view/41016/select-months--names-and-values/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 25 Sep 2010 07:11:55 GMT</pubDate>
<guid>http://snipplr.com/view/41016/select-months--names-and-values/</guid>
</item>
<item>
<title>(PHP) Codeigniter Auto Complete Search - myke</title>
<link>http://snipplr.com/view/40578/codeigniter-auto-complete-search/</link>
<description><![CDATA[ <p>example I used to create a auto suggest search from that pulls from a database.  The example pulls from a single db table containing categories.  Using jQueryUI made this pretty painless but by default the autocomplete feature uses GET variables and you must enable these in your Codeigniter settings to work properly.\r\n\r\nThis example uses POST variables instead so the js is modified accordingly.</p> ]]></description>
<pubDate>Thu, 16 Sep 2010 13:15:33 GMT</pubDate>
<guid>http://snipplr.com/view/40578/codeigniter-auto-complete-search/</guid>
</item>
<item>
<title>(JavaScript) mootools dropdownify - dom111</title>
<link>http://snipplr.com/view/40517/mootools-dropdownify/</link>
<description><![CDATA[ <p>So recently I was asked to change a navigation style of an existing site to drop-down menus.

Simple, I thought, just use one of the many existing drop-down plugins. I tried many, but most seemed to use hardcoded styles and I had a few problems (some of which I encountered again, writing this).

So I’ve made this, I think it’s fairly robust, but I’m sure there’ll be problems with embedded objects (flash) and select boxes (in </p> ]]></description>
<pubDate>Wed, 15 Sep 2010 19:50:05 GMT</pubDate>
<guid>http://snipplr.com/view/40517/mootools-dropdownify/</guid>
</item>
<item>
<title>(jQuery) jQuery - Dropdownify - dom111</title>
<link>http://snipplr.com/view/40516/jquery--dropdownify/</link>
<description><![CDATA[ <p>So recently I was asked to change a navigation style of an existing site to drop-down menus.

Simple, I thought, just use one of the many existing drop-down plugins. I tried many, but most seemed to use hardcoded styles and I had a few problems (some of which I encountered again, writing this).

So I’ve made this, I think it’s fairly robust, but I’m sure there’ll be problems with embedded objects (flash) and select boxes (in </p> ]]></description>
<pubDate>Wed, 15 Sep 2010 19:48:53 GMT</pubDate>
<guid>http://snipplr.com/view/40516/jquery--dropdownify/</guid>
</item>
<item>
<title>(C#) Generic List bind to a drop down - jermeyz</title>
<link>http://snipplr.com/view/40489/generic-list-bind-to-a-drop-down/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 15 Sep 2010 02:32:04 GMT</pubDate>
<guid>http://snipplr.com/view/40489/generic-list-bind-to-a-drop-down/</guid>
</item>
<item>
<title>(JavaScript) Drop down validation - dan_hoerr</title>
<link>http://snipplr.com/view/38953/drop-down-validation/</link>
<description><![CDATA[ <p>requires that a pulldown \\\"program1\\\" in form \\\"freshmen\\\" be set to anything but the first value in the option list.  \\r\\n\\r\\nrequires jquery validate: http://docs.jquery.com/Plugins/Validation</p> ]]></description>
<pubDate>Thu, 12 Aug 2010 01:51:58 GMT</pubDate>
<guid>http://snipplr.com/view/38953/drop-down-validation/</guid>
</item>
<item>
<title>(jQuery) Sort Options in a Select Box - Meander365</title>
<link>http://snipplr.com/view/38028/sort-options-in-a-select-box/</link>
<description><![CDATA[ <p>Incredibly useful. Great when you need to remove and add options to selectboxes.</p> ]]></description>
<pubDate>Thu, 29 Jul 2010 14:21:38 GMT</pubDate>
<guid>http://snipplr.com/view/38028/sort-options-in-a-select-box/</guid>
</item>
<item>
<title>(PHP) PHP Dynamic Dropdown Box: Country - Remember Value On Submit - aeboi80</title>
<link>http://snipplr.com/view/36727/php-dynamic-dropdown-box-country--remember-value-on-submit/</link>
<description><![CDATA[ <p>This snippet allows you to dynamically generate an HTML form drop down box which is populated by the values contained within a MySQL table called country.  Use in conjunction with http://snipplr.com/view/36728/mysql-country-table-with-abbreviations-and-names/ to actually create the drop down box.</p> ]]></description>
<pubDate>Tue, 06 Jul 2010 08:03:34 GMT</pubDate>
<guid>http://snipplr.com/view/36727/php-dynamic-dropdown-box-country--remember-value-on-submit/</guid>
</item>
<item>
<title>(Other) Dropdown in New Window - dottDesign</title>
<link>http://snipplr.com/view/33530/dropdown-in-new-window/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 29 Apr 2010 00:35:05 GMT</pubDate>
<guid>http://snipplr.com/view/33530/dropdown-in-new-window/</guid>
</item>
</channel>
</rss>
