<?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: jQuery controlled Dependent (or Cascading) Select List</title>
	<atom:link href="http://php4bd.wordpress.com/2007/07/15/javascript-controlled-dependent-or-cascading-select-list/feed/" rel="self" type="application/rss+xml" />
	<link>http://php4bd.wordpress.com/2007/07/15/javascript-controlled-dependent-or-cascading-select-list/</link>
	<description>PHP fan? Let's share our codes, feelings and everything.</description>
	<pubDate>Tue, 07 Oct 2008 02:50:18 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: anisniit</title>
		<link>http://php4bd.wordpress.com/2007/07/15/javascript-controlled-dependent-or-cascading-select-list/#comment-312</link>
		<dc:creator>anisniit</dc:creator>
		<pubDate>Wed, 09 Jul 2008 17:10:06 +0000</pubDate>
		<guid isPermaLink="false">http://php4bd.wordpress.com/2007/07/15/javascript-controlled-dependent-or-cascading-select-list/#comment-312</guid>
		<description>@lenna
Hi
It surely works with multiple and multilevel select boxes.
See comment 10 for example.

you may get more examples at my current blog http://www.ajaxray.com/blog

Thanks for asking.</description>
		<content:encoded><![CDATA[<p>@lenna<br />
Hi<br />
It surely works with multiple and multilevel select boxes.<br />
See comment 10 for example.</p>
<p>you may get more examples at my current blog <a href="http://www.ajaxray.com/blog" rel="nofollow">http://www.ajaxray.com/blog</a></p>
<p>Thanks for asking.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: leena</title>
		<link>http://php4bd.wordpress.com/2007/07/15/javascript-controlled-dependent-or-cascading-select-list/#comment-311</link>
		<dc:creator>leena</dc:creator>
		<pubDate>Wed, 09 Jul 2008 11:59:33 +0000</pubDate>
		<guid isPermaLink="false">http://php4bd.wordpress.com/2007/07/15/javascript-controlled-dependent-or-cascading-select-list/#comment-311</guid>
		<description>Will this work with 3 or more drop downs?</description>
		<content:encoded><![CDATA[<p>Will this work with 3 or more drop downs?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Speano</title>
		<link>http://php4bd.wordpress.com/2007/07/15/javascript-controlled-dependent-or-cascading-select-list/#comment-307</link>
		<dc:creator>Speano</dc:creator>
		<pubDate>Mon, 31 Mar 2008 23:06:02 +0000</pubDate>
		<guid isPermaLink="false">http://php4bd.wordpress.com/2007/07/15/javascript-controlled-dependent-or-cascading-select-list/#comment-307</guid>
		<description>Hello 
Was just serfing on net and found this site... want to say thanks. Great site and content!</description>
		<content:encoded><![CDATA[<p>Hello<br />
Was just serfing on net and found this site&#8230; want to say thanks. Great site and content!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthijs</title>
		<link>http://php4bd.wordpress.com/2007/07/15/javascript-controlled-dependent-or-cascading-select-list/#comment-302</link>
		<dc:creator>Matthijs</dc:creator>
		<pubDate>Thu, 24 Jan 2008 11:58:46 +0000</pubDate>
		<guid isPermaLink="false">http://php4bd.wordpress.com/2007/07/15/javascript-controlled-dependent-or-cascading-select-list/#comment-302</guid>
		<description>I seem to have a problem in IE, default the last item of the child list is selected, no matter what I do</description>
		<content:encoded><![CDATA[<p>I seem to have a problem in IE, default the last item of the child list is selected, no matter what I do</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://php4bd.wordpress.com/2007/07/15/javascript-controlled-dependent-or-cascading-select-list/#comment-177</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 14 Nov 2007 08:35:01 +0000</pubDate>
		<guid isPermaLink="false">http://php4bd.wordpress.com/2007/07/15/javascript-controlled-dependent-or-cascading-select-list/#comment-177</guid>
		<description>Hi - I'm just starting out with jQuery, and need to build some linked select menus for a project I'm working on.

Thanks for a very clear example of how to go about this.

Cheers</description>
		<content:encoded><![CDATA[<p>Hi - I&#8217;m just starting out with jQuery, and need to build some linked select menus for a project I&#8217;m working on.</p>
<p>Thanks for a very clear example of how to go about this.</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anisniit</title>
		<link>http://php4bd.wordpress.com/2007/07/15/javascript-controlled-dependent-or-cascading-select-list/#comment-170</link>
		<dc:creator>anisniit</dc:creator>
		<pubDate>Fri, 09 Nov 2007 08:49:28 +0000</pubDate>
		<guid isPermaLink="false">http://php4bd.wordpress.com/2007/07/15/javascript-controlled-dependent-or-cascading-select-list/#comment-170</guid>
		<description>@wondering: 
Thanx for asking. 
If u pass true for the 3rd parameter isSubselectoptional, a blank option will appear for child list box. In modified version (see previous comment) the blank option  ‘– Select –’ will have a value 'none'.

&lt;strong&gt;For multilevel select box&lt;/strong&gt;, your association should start from child most list box.
Just like this:
$(document).ready(function()
	{
		makeSublist('child','grandson', true);	
		makeSublist('parent','child', false );	
	});
It will work fine. But the new version is more effective for multilevel cascading. I have added a demo of multilavel subselect in the post of new version.
Thank you.</description>
		<content:encoded><![CDATA[<p>@wondering:<br />
Thanx for asking.<br />
If u pass true for the 3rd parameter isSubselectoptional, a blank option will appear for child list box. In modified version (see previous comment) the blank option  ‘– Select –’ will have a value &#8216;none&#8217;.</p>
<p><strong>For multilevel select box</strong>, your association should start from child most list box.<br />
Just like this:<br />
$(document).ready(function()<br />
	{<br />
		makeSublist(&#8217;child&#8217;,'grandson&#8217;, true);<br />
		makeSublist(&#8217;parent&#8217;,'child&#8217;, false );<br />
	});<br />
It will work fine. But the new version is more effective for multilevel cascading. I have added a demo of multilavel subselect in the post of new version.<br />
Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anisniit</title>
		<link>http://php4bd.wordpress.com/2007/07/15/javascript-controlled-dependent-or-cascading-select-list/#comment-169</link>
		<dc:creator>anisniit</dc:creator>
		<pubDate>Fri, 09 Nov 2007 08:44:17 +0000</pubDate>
		<guid isPermaLink="false">http://php4bd.wordpress.com/2007/07/15/javascript-controlled-dependent-or-cascading-select-list/#comment-169</guid>
		<description>HI All,
Thanx a lot for visiting here.
I just released a modified version of this script at my current blog www.ajaXray.com/blog 
Here is the modified script:
http://www.ajaxray.com/blog/2007/11/08/jquery-controlled-dependent-or-cascading-select-list-2/

The main features added in this version are:
1. It will keep in child list box only sub items of selected parent value when initializing.
2. Added a 4th parameter to input a selected value for child list box. 
3. When "isSubselectOptional" is true, add a default value 'none' for '-- Select --' option of child list box.
4. Automatically focus the child list box when a value is selected from parent list box.
5. More effective for multilevel association.  

You are invited to visit the moderation and my new blog.</description>
		<content:encoded><![CDATA[<p>HI All,<br />
Thanx a lot for visiting here.<br />
I just released a modified version of this script at my current blog <a href="http://www.ajaXray.com/blog" rel="nofollow">http://www.ajaXray.com/blog</a><br />
Here is the modified script:<br />
<a href="http://www.ajaxray.com/blog/2007/11/08/jquery-controlled-dependent-or-cascading-select-list-2/" rel="nofollow">http://www.ajaxray.com/blog/2007/11/08/jquery-controlled-dependent-or-cascading-select-list-2/</a></p>
<p>The main features added in this version are:<br />
1. It will keep in child list box only sub items of selected parent value when initializing.<br />
2. Added a 4th parameter to input a selected value for child list box.<br />
3. When &#8220;isSubselectOptional&#8221; is true, add a default value &#8216;none&#8217; for &#8216;&#8211; Select &#8211;&#8217; option of child list box.<br />
4. Automatically focus the child list box when a value is selected from parent list box.<br />
5. More effective for multilevel association.  </p>
<p>You are invited to visit the moderation and my new blog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ajaXray &#187; Blog Archive &#187; jQuery controlled Dependent (or Cascading) Select List 2</title>
		<link>http://php4bd.wordpress.com/2007/07/15/javascript-controlled-dependent-or-cascading-select-list/#comment-168</link>
		<dc:creator>ajaXray &#187; Blog Archive &#187; jQuery controlled Dependent (or Cascading) Select List 2</dc:creator>
		<pubDate>Fri, 09 Nov 2007 06:40:30 +0000</pubDate>
		<guid isPermaLink="false">http://php4bd.wordpress.com/2007/07/15/javascript-controlled-dependent-or-cascading-select-list/#comment-168</guid>
		<description>[...] you all. Thanx for using, commenting and visiting my script jQuery controlled Dependent (or Cascading) Select List from my old bolg http://php4bd.wordpress.com and [...]</description>
		<content:encoded><![CDATA[<p>[...] you all. Thanx for using, commenting and visiting my script jQuery controlled Dependent (or Cascading) Select List from my old bolg <a href="http://php4bd.wordpress.com" rel="nofollow">http://php4bd.wordpress.com</a> and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wondering</title>
		<link>http://php4bd.wordpress.com/2007/07/15/javascript-controlled-dependent-or-cascading-select-list/#comment-164</link>
		<dc:creator>wondering</dc:creator>
		<pubDate>Wed, 07 Nov 2007 03:25:22 +0000</pubDate>
		<guid isPermaLink="false">http://php4bd.wordpress.com/2007/07/15/javascript-controlled-dependent-or-cascading-select-list/#comment-164</guid>
		<description>Does anyone here use isSubselectoptional parameter and manage to make it to default to a blank option?</description>
		<content:encoded><![CDATA[<p>Does anyone here use isSubselectoptional parameter and manage to make it to default to a blank option?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wondering</title>
		<link>http://php4bd.wordpress.com/2007/07/15/javascript-controlled-dependent-or-cascading-select-list/#comment-163</link>
		<dc:creator>wondering</dc:creator>
		<pubDate>Wed, 07 Nov 2007 02:41:22 +0000</pubDate>
		<guid isPermaLink="false">http://php4bd.wordpress.com/2007/07/15/javascript-controlled-dependent-or-cascading-select-list/#comment-163</guid>
		<description>anisniit,

Is it possible to select a blank option in the second level instead of selecting an option already?

thanks</description>
		<content:encoded><![CDATA[<p>anisniit,</p>
<p>Is it possible to select a blank option in the second level instead of selecting an option already?</p>
<p>thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
