<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Comments on snippet: 'jquery reset select field'</title>
<link>http://snipplr.com</link>
<description>Snipplr comments feed'</description>
<language>en-us</language>
<pubDate>Fri, 24 May 2013 18:02:41 GMT</pubDate>
<item>
<title>jimmysessions said on 12/8/10</title>
<link>http://snipplr.com/view/9168/jquery-reset-select-field/</link>
<description><![CDATA[ I love seeing code made simpler, thanks @Treffynnon ]]></description>
<pubDate>Wed, 08 Dec 2010 02:43:53 GMT</pubDate>
<guid>http://snipplr.com/view/9168/jquery-reset-select-field/</guid>
</item>
<item>
<title>Treffynnon said on 11/26/09</title>
<link>http://snipplr.com/view/9168/jquery-reset-select-field/</link>
<description><![CDATA[ This is really quite a convoluted example.  I would use this:

     var field = $('#field');
     field.val($('option:first', field).val());

The above example is taken from my article on manipulating select lists with jQuery: [jQuery Using and Manipulating Select Lists](http://www.simonholywell.com/computing/internet/jquery-using-and-manipulating-select-lists.html "jQuery Using and Manipulating Select Lists") ]]></description>
<pubDate>Thu, 26 Nov 2009 11:41:46 GMT</pubDate>
<guid>http://snipplr.com/view/9168/jquery-reset-select-field/</guid>
</item>
<item>
<title>obi said on 9/25/09</title>
<link>http://snipplr.com/view/9168/jquery-reset-select-field/</link>
<description><![CDATA[ +1, just what I needed ]]></description>
<pubDate>Fri, 25 Sep 2009 13:14:20 GMT</pubDate>
<guid>http://snipplr.com/view/9168/jquery-reset-select-field/</guid>
</item>
<item>
<title>Throlkim said on 5/24/09</title>
<link>http://snipplr.com/view/9168/jquery-reset-select-field/</link>
<description><![CDATA[ Perfect, just what I was looking for. Thanks =) ]]></description>
<pubDate>Sun, 24 May 2009 17:01:58 GMT</pubDate>
<guid>http://snipplr.com/view/9168/jquery-reset-select-field/</guid>
</item>
</channel>
</rss>