<?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>Kommentare zu: jQuery-Plugin &#8211; select box manipulation</title>
	<atom:link href="http://www.mathias-bank.de/2006/11/01/jquery-plugin-select-box-manipulation/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mathias-bank.de/2006/11/01/jquery-plugin-select-box-manipulation/</link>
	<description>what&#039;s moving me</description>
	<lastBuildDate>Sat, 28 Jan 2012 13:07:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Von: jQuery » Select box manipulation &#171; Developpement Informatique</title>
		<link>http://www.mathias-bank.de/2006/11/01/jquery-plugin-select-box-manipulation/#comment-24394</link>
		<dc:creator>jQuery » Select box manipulation &#171; Developpement Informatique</dc:creator>
		<pubDate>Thu, 18 Feb 2010 13:44:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.mathias-bank.de/2006/11/01/jquery-plugin-select-box-manipulation/#comment-24394</guid>
		<description>[...] Originally coded by Mathias Bank, with a modification to allow it to take a regular expression. [...]</description>
		<content:encoded><![CDATA[<p>[...] Originally coded by Mathias Bank, with a modification to allow it to take a regular expression. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Imma</title>
		<link>http://www.mathias-bank.de/2006/11/01/jquery-plugin-select-box-manipulation/#comment-24091</link>
		<dc:creator>Imma</dc:creator>
		<pubDate>Thu, 05 Nov 2009 13:03:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.mathias-bank.de/2006/11/01/jquery-plugin-select-box-manipulation/#comment-24091</guid>
		<description>thanks!</description>
		<content:encoded><![CDATA[<p>thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: JQuery at it best!? Downloadable JQuery plugins and Widgets for you &#171; Dogfeeds——IT Telescope</title>
		<link>http://www.mathias-bank.de/2006/11/01/jquery-plugin-select-box-manipulation/#comment-23752</link>
		<dc:creator>JQuery at it best!? Downloadable JQuery plugins and Widgets for you &#171; Dogfeeds——IT Telescope</dc:creator>
		<pubDate>Sat, 13 Jun 2009 13:47:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.mathias-bank.de/2006/11/01/jquery-plugin-select-box-manipulation/#comment-23752</guid>
		<description>[...] Select Box Manipulation Allows to add, delete, sort and select options in a select box. [...]</description>
		<content:encoded><![CDATA[<p>[...] Select Box Manipulation Allows to add, delete, sort and select options in a select box. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: John</title>
		<link>http://www.mathias-bank.de/2006/11/01/jquery-plugin-select-box-manipulation/#comment-22091</link>
		<dc:creator>John</dc:creator>
		<pubDate>Tue, 23 Sep 2008 20:36:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.mathias-bank.de/2006/11/01/jquery-plugin-select-box-manipulation/#comment-22091</guid>
		<description>You could just do this:

$(&quot;#mySelectBox option&quot;).removeAttr(&#039;selected&#039;);
$(&quot;#mySelectBox option[value=myvalue]&quot;).attr(&#039;selected&#039;, &#039;true&#039;);

This seems rather simple and you&#039;ve over-complicated it.</description>
		<content:encoded><![CDATA[<p>You could just do this:</p>
<p>$(&#8220;#mySelectBox option&#8221;).removeAttr(&#8216;selected&#8217;);<br />
$(&#8220;#mySelectBox option[value=myvalue]&#8220;).attr(&#8216;selected&#8217;, &#8216;true&#8217;);</p>
<p>This seems rather simple and you&#8217;ve over-complicated it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Mathias Bank</title>
		<link>http://www.mathias-bank.de/2006/11/01/jquery-plugin-select-box-manipulation/#comment-15891</link>
		<dc:creator>Mathias Bank</dc:creator>
		<pubDate>Fri, 25 Apr 2008 20:30:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.mathias-bank.de/2006/11/01/jquery-plugin-select-box-manipulation/#comment-15891</guid>
		<description>Hi,

try to use firebug and type

console.log($(”#x_state”).val())

Is this really a string?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>try to use firebug and type</p>
<p>console.log($(”#x_state”).val())</p>
<p>Is this really a string?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Ryan</title>
		<link>http://www.mathias-bank.de/2006/11/01/jquery-plugin-select-box-manipulation/#comment-15885</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Fri, 25 Apr 2008 16:04:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.mathias-bank.de/2006/11/01/jquery-plugin-select-box-manipulation/#comment-15885</guid>
		<description>Trying to simpy select a value using the selected value of another select.

$(&quot;#x_ship_to_state&quot;).selectOptions($(&quot;#x_state&quot;).val());

Can&#039;t get it to work.  If I put a string like the example it works fine.  Doesn&#039;t work once I try to use the above code.

Any ideas?  Thanks.</description>
		<content:encoded><![CDATA[<p>Trying to simpy select a value using the selected value of another select.</p>
<p>$(&#8220;#x_ship_to_state&#8221;).selectOptions($(&#8220;#x_state&#8221;).val());</p>
<p>Can&#8217;t get it to work.  If I put a string like the example it works fine.  Doesn&#8217;t work once I try to use the above code.</p>
<p>Any ideas?  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Jochen</title>
		<link>http://www.mathias-bank.de/2006/11/01/jquery-plugin-select-box-manipulation/#comment-10005</link>
		<dc:creator>Jochen</dc:creator>
		<pubDate>Thu, 07 Feb 2008 18:33:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.mathias-bank.de/2006/11/01/jquery-plugin-select-box-manipulation/#comment-10005</guid>
		<description>Hello Matthias,

thanks for the hint - if I&#039;ve got enough time, I&#039;ll do this. Meanwhile I have to live with this buggy behaviour of ie.

Regards

Jochen</description>
		<content:encoded><![CDATA[<p>Hello Matthias,</p>
<p>thanks for the hint &#8211; if I&#8217;ve got enough time, I&#8217;ll do this. Meanwhile I have to live with this buggy behaviour of ie.</p>
<p>Regards</p>
<p>Jochen</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Mathias</title>
		<link>http://www.mathias-bank.de/2006/11/01/jquery-plugin-select-box-manipulation/#comment-9490</link>
		<dc:creator>Mathias</dc:creator>
		<pubDate>Fri, 25 Jan 2008 16:30:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.mathias-bank.de/2006/11/01/jquery-plugin-select-box-manipulation/#comment-9490</guid>
		<description>Hi,

ie has a lot of bugs using select boxes. The best way is to rewrite innerHTML.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>ie has a lot of bugs using select boxes. The best way is to rewrite innerHTML.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: jochen</title>
		<link>http://www.mathias-bank.de/2006/11/01/jquery-plugin-select-box-manipulation/#comment-9478</link>
		<dc:creator>jochen</dc:creator>
		<pubDate>Fri, 25 Jan 2008 11:13:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.mathias-bank.de/2006/11/01/jquery-plugin-select-box-manipulation/#comment-9478</guid>
		<description>sorry, seems that the bracket leads to a problem, once again...
function getbox(urlstring, boxname) {
	$(&#039;#&#039; + boxname).empty();
	$.get(urlstring, function(data) {
			if (data.length GT 0) {
				res_array = data.split(&#039;&#124;&#039;);
				for (var i = 0; i LT res_array.length; i++) {
					options = res_array[i].split(&#039;,&#039;);
					opt_val = options[0];
					opt_lbl = options[1];         
					$(&#039;#&#039; + boxname).addOption(opt_val, opt_lbl);
					$(&#039;#&#039; + boxname).selectOptions(opt_lbl, true);
				}
			}
		}
	);
	$(&#039;#&#039; + boxname).removeOption(&quot;&quot;);
	$(&#039;#&#039; + boxname).selectOptions(&quot;0&quot;);
}</description>
		<content:encoded><![CDATA[<p>sorry, seems that the bracket leads to a problem, once again&#8230;<br />
function getbox(urlstring, boxname) {<br />
	$(&#8216;#&#8217; + boxname).empty();<br />
	$.get(urlstring, function(data) {<br />
			if (data.length GT 0) {<br />
				res_array = data.split(&#8216;|&#8217;);<br />
				for (var i = 0; i LT res_array.length; i++) {<br />
					options = res_array[i].split(&#8216;,&#8217;);<br />
					opt_val = options[0];<br />
					opt_lbl = options[1];<br />
					$(&#8216;#&#8217; + boxname).addOption(opt_val, opt_lbl);<br />
					$(&#8216;#&#8217; + boxname).selectOptions(opt_lbl, true);<br />
				}<br />
			}<br />
		}<br />
	);<br />
	$(&#8216;#&#8217; + boxname).removeOption(&#8220;&#8221;);<br />
	$(&#8216;#&#8217; + boxname).selectOptions(&#8220;0&#8243;);<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: jochen</title>
		<link>http://www.mathias-bank.de/2006/11/01/jquery-plugin-select-box-manipulation/#comment-9477</link>
		<dc:creator>jochen</dc:creator>
		<pubDate>Fri, 25 Jan 2008 11:11:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.mathias-bank.de/2006/11/01/jquery-plugin-select-box-manipulation/#comment-9477</guid>
		<description>sorry, here&#039;s the code again, in the previous entry it&#039;s cutted...

function getbox(urlstring, boxname) {
	$(&#039;#&#039; + boxname).empty();
	$.get(urlstring, function(data) {
			if (data.length &gt; 0) {
				res_array = data.split(&#039;&#124;&#039;);
				for (var i = 0; i </description>
		<content:encoded><![CDATA[<p>sorry, here&#8217;s the code again, in the previous entry it&#8217;s cutted&#8230;</p>
<p>function getbox(urlstring, boxname) {<br />
	$(&#8216;#&#8217; + boxname).empty();<br />
	$.get(urlstring, function(data) {<br />
			if (data.length &gt; 0) {<br />
				res_array = data.split(&#8216;|&#8217;);<br />
				for (var i = 0; i</p>
]]></content:encoded>
	</item>
</channel>
</rss>

