<?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: Validating a Multiple Select in Javascript</title>
	<atom:link href="http://www.finefrog.com/2008/05/19/validating-a-multiple-select-in-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.finefrog.com/2008/05/19/validating-a-multiple-select-in-javascript/</link>
	<description>while(true) { write(learn(live())); }</description>
	<lastBuildDate>Wed, 12 May 2010 16:51:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: shyam</title>
		<link>http://www.finefrog.com/2008/05/19/validating-a-multiple-select-in-javascript/comment-page-1/#comment-13509</link>
		<dc:creator>shyam</dc:creator>
		<pubDate>Fri, 19 Feb 2010 05:41:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.finefrog.com/?p=129#comment-13509</guid>
		<description>thanks for good one</description>
		<content:encoded><![CDATA[<p>thanks for good one</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zoly</title>
		<link>http://www.finefrog.com/2008/05/19/validating-a-multiple-select-in-javascript/comment-page-1/#comment-12643</link>
		<dc:creator>zoly</dc:creator>
		<pubDate>Fri, 22 Jan 2010 22:35:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.finefrog.com/?p=129#comment-12643</guid>
		<description>how about when you have a color[] array ?</description>
		<content:encoded><![CDATA[<p>how about when you have a color[] array ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pramod</title>
		<link>http://www.finefrog.com/2008/05/19/validating-a-multiple-select-in-javascript/comment-page-1/#comment-11509</link>
		<dc:creator>pramod</dc:creator>
		<pubDate>Wed, 16 Dec 2009 10:49:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.finefrog.com/?p=129#comment-11509</guid>
		<description>thanks very much…
i have used ur script</description>
		<content:encoded><![CDATA[<p>thanks very much…<br />
i have used ur script</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jordoncm</title>
		<link>http://www.finefrog.com/2008/05/19/validating-a-multiple-select-in-javascript/comment-page-1/#comment-9704</link>
		<dc:creator>jordoncm</dc:creator>
		<pubDate>Wed, 16 Sep 2009 02:42:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.finefrog.com/?p=129#comment-9704</guid>
		<description>In this example to ensure that all options are selected you could use the second function and your call would look like this:

&lt;pre name=&quot;code&quot; class=&quot;js&quot;&gt;
multiselect_validate(
    document.getElementById(&#039;color&#039;),
    document.getElementById(&#039;color&#039;).options.length
);
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>In this example to ensure that all options are selected you could use the second function and your call would look like this:</p>
<pre name="code" class="js">
multiselect_validate(
    document.getElementById('color'),
    document.getElementById('color').options.length
);
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.finefrog.com/2008/05/19/validating-a-multiple-select-in-javascript/comment-page-1/#comment-8423</link>
		<dc:creator>James</dc:creator>
		<pubDate>Thu, 30 Jul 2009 16:32:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.finefrog.com/?p=129#comment-8423</guid>
		<description>Can you show us how to ensure that ALL options are selected?</description>
		<content:encoded><![CDATA[<p>Can you show us how to ensure that ALL options are selected?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dharm</title>
		<link>http://www.finefrog.com/2008/05/19/validating-a-multiple-select-in-javascript/comment-page-1/#comment-3144</link>
		<dc:creator>dharm</dc:creator>
		<pubDate>Tue, 30 Dec 2008 07:17:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.finefrog.com/?p=129#comment-3144</guid>
		<description>thanks very much...
i have used ur script in my website..
thanks.</description>
		<content:encoded><![CDATA[<p>thanks very much&#8230;<br />
i have used ur script in my website..<br />
thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
