<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Controlling jQuery UI Selectmenu</title>
	<atom:link href="http://edwardh.se/2010/02/09/controlling-jquery-ui-selectmenu/feed/" rel="self" type="application/rss+xml" />
	<link>http://edwardh.se/2010/02/09/controlling-jquery-ui-selectmenu/</link>
	<description>Reviews and such</description>
	<lastBuildDate>Mon, 16 Apr 2012 15:34:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Ashin</title>
		<link>http://edwardh.se/2010/02/09/controlling-jquery-ui-selectmenu/#comment-222</link>
		<dc:creator>Ashin</dc:creator>
		<pubDate>Tue, 14 Sep 2010 01:26:12 +0000</pubDate>
		<guid isPermaLink="false">http://edwardh.se/?p=70#comment-222</guid>
		<description>Thanks heaps for the post, it helped me out alot.

Although i had trouble changing the selected option using the string value of the option. I was only able to get it to work using the index number instead so:

this worked for me:
$(&quot;#selectmenu&quot;).selectmenu(&quot;value&quot;, 0);

where this didnt:
$(&quot;#selectmenu&quot;).selectmenu(&quot;value&quot;, &quot;ignore&quot;);</description>
		<content:encoded><![CDATA[<p>Thanks heaps for the post, it helped me out alot.</p>
<p>Although i had trouble changing the selected option using the string value of the option. I was only able to get it to work using the index number instead so:</p>
<p>this worked for me:<br />
$(&#8220;#selectmenu&#8221;).selectmenu(&#8220;value&#8221;, 0);</p>
<p>where this didnt:<br />
$(&#8220;#selectmenu&#8221;).selectmenu(&#8220;value&#8221;, &#8220;ignore&#8221;);</p>
]]></content:encoded>
	</item>
</channel>
</rss>

