<?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, 21 May 2013 04:30:28 GMT</pubDate>
<item>
<title>(CSS) Easy Wordpress Drop Downs using CSS - xcsteve99</title>
<link>http://snipplr.com/view/69629/easy-wordpress-drop-downs-using-css/</link>
<description><![CDATA[ <p>Use Z-Index to make navigation layer ABOVE other elements.</p> ]]></description>
<pubDate>Fri, 25 Jan 2013 07:42:08 GMT</pubDate>
<guid>http://snipplr.com/view/69629/easy-wordpress-drop-downs-using-css/</guid>
</item>
<item>
<title>(jQuery) Set Default Value for Select (dropdown) Lists Using value attribute - halk</title>
<link>http://snipplr.com/view/67752/set-default-value-for-select-dropdown-lists-using-value-attribute/</link>
<description><![CDATA[ <p>For some reason setting a default value for select elements does not work. This one line of jquery solves that problem.  Assign a value (value="something") to the select tag that is to be the default value.  With jquery get all select elements with a (value) attribute set.  For some reason I couldnt get the value of (value) with jquery, it would only return the first item in the list and not the value of the attribute(value). Oldschool Javascript managed to return it though.  The result is that when the document becomes ready jquery finds all select boxes and changes their value to the value stored in the attribute(value) of the select tag.  This means that you can set default values for select elements in the same way you set them for other elements - by assigning them a (value)  -  value="whatever"</p> ]]></description>
<pubDate>Tue, 16 Oct 2012 01:33:32 GMT</pubDate>
<guid>http://snipplr.com/view/67752/set-default-value-for-select-dropdown-lists-using-value-attribute/</guid>
</item>
<item>
<title>(jQuery) custom jquery selectbox dropdown - rumremix</title>
<link>http://snipplr.com/view/64524/custom-jquery-selectbox-dropdown/</link>
<description><![CDATA[ <p>Simple solution found via link. Just edit code from demo page(s). Also http://uniformjs.com/</p> ]]></description>
<pubDate>Thu, 12 Apr 2012 09:25:51 GMT</pubDate>
<guid>http://snipplr.com/view/64524/custom-jquery-selectbox-dropdown/</guid>
</item>
<item>
<title>(CSS) Use CSS3 Media Screen to go from Horizontal Menu to dropdown - ryanfiorini</title>
<link>http://snipplr.com/view/64375/use-css3-media-screen-to-go-from-horizontal-menu-to-dropdown/</link>
<description><![CDATA[ <p>This will take the screen width into account and display either a horizontal menu or a dropdown menu with a hover style.  Resize your window to see the effect.</p> ]]></description>
<pubDate>Fri, 06 Apr 2012 03:27:24 GMT</pubDate>
<guid>http://snipplr.com/view/64375/use-css3-media-screen-to-go-from-horizontal-menu-to-dropdown/</guid>
</item>
<item>
<title>(JavaScript) Javascript Select Box - Age Loop - JonnyCraze</title>
<link>http://snipplr.com/view/63935/javascript-select-box--age-loop/</link>
<description><![CDATA[ <p>I hate manually entering in tons of numbers and tags for numbers, so I made a loop for it.</p> ]]></description>
<pubDate>Thu, 15 Mar 2012 03:22:01 GMT</pubDate>
<guid>http://snipplr.com/view/63935/javascript-select-box--age-loop/</guid>
</item>
<item>
<title>(jQuery) PHP/ Jquery Dropdown Select - LadyLoomis</title>
<link>http://snipplr.com/view/63485/php-jquery-dropdown-select/</link>
<description><![CDATA[ <p>Set a variable by getting the URLs id with PHP.  Find the the option with the name value that is equal with the variable and add "selected" to it.</p> ]]></description>
<pubDate>Wed, 22 Feb 2012 04:24:55 GMT</pubDate>
<guid>http://snipplr.com/view/63485/php-jquery-dropdown-select/</guid>
</item>
<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>
</channel>
</rss>