<?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: Creating ajaxy Chained Selects with jQuery</title>
	<atom:link href="http://www.script-tutorials.com/creating-ajaxy-chained-selects-with-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.script-tutorials.com/creating-ajaxy-chained-selects-with-jquery/</link>
	<description>Tutorials for Web Developers</description>
	<lastBuildDate>Wed, 15 May 2013 09:10:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Peter</title>
		<link>http://www.script-tutorials.com/creating-ajaxy-chained-selects-with-jquery/comment-page-1/#comment-63846</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Fri, 08 Feb 2013 01:29:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.script-tutorials.com/?p=685#comment-63846</guid>
		<description>Hey, great code!! after a good week or more of searching, code that finally works as advertised...  I also had problems with the second dropdown working when I realized something.  I was copy and pasting the database table info query from the page, and not using the included sql.sql file.  As stated at the top, it is limited info.  Use the sql.sql file to get larger and more functional tables.  Before I did that, it would fill in the first dropdown, but none of the others.  well of course. No data in the tables.  That solved my problems.  Again, thanks a lot, you have helped me over a very large hurdle in my coding.</description>
		<content:encoded><![CDATA[<p>Hey, great code!! after a good week or more of searching, code that finally works as advertised&#8230;  I also had problems with the second dropdown working when I realized something.  I was copy and pasting the database table info query from the page, and not using the included sql.sql file.  As stated at the top, it is limited info.  Use the sql.sql file to get larger and more functional tables.  Before I did that, it would fill in the first dropdown, but none of the others.  well of course. No data in the tables.  That solved my problems.  Again, thanks a lot, you have helped me over a very large hurdle in my coding.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.script-tutorials.com/creating-ajaxy-chained-selects-with-jquery/comment-page-1/#comment-56673</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 20 Jan 2013 14:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.script-tutorials.com/?p=685#comment-56673</guid>
		<description>Hi Sasa,
In this case you can easily add a trigger to &#039;change&#039; event for our first element:
$(&#039;select[name=country]&#039;).trigger(&quot;change&quot;);</description>
		<content:encoded><![CDATA[<p>Hi Sasa,<br />
In this case you can easily add a trigger to &#8216;change&#8217; event for our first element:<br />
$(&#8216;select[name=country]&#8216;).trigger(&#8220;change&#8221;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.script-tutorials.com/creating-ajaxy-chained-selects-with-jquery/comment-page-1/#comment-56671</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 20 Jan 2013 14:12:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.script-tutorials.com/?p=685#comment-56671</guid>
		<description>Hi Prince,
And, what&#039;s a problem? You always can keep add your info in a single SQL table. Also you can have multiple chained fields (selectors). Once you have selected some value from one level - you should perform a necessary search to find suitable values for linked field.</description>
		<content:encoded><![CDATA[<p>Hi Prince,<br />
And, what&#8217;s a problem? You always can keep add your info in a single SQL table. Also you can have multiple chained fields (selectors). Once you have selected some value from one level &#8211; you should perform a necessary search to find suitable values for linked field.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sasa</title>
		<link>http://www.script-tutorials.com/creating-ajaxy-chained-selects-with-jquery/comment-page-1/#comment-55050</link>
		<dc:creator>Sasa</dc:creator>
		<pubDate>Wed, 16 Jan 2013 21:43:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.script-tutorials.com/?p=685#comment-55050</guid>
		<description>In your live demo, first &quot;Country&quot; is &quot;Argentina&quot; without states in &quot;State&quot;. Try to add states for Argentina. I added states to Argentina, but they don&#039;t showed under &quot;State&quot; on first access to the page. After that, if I select other country and get back to Argentina I can select states under &quot;State&quot;.  Try to add states for Argentina in your live demo and see what happens. Maybe I&#039;m wrong.</description>
		<content:encoded><![CDATA[<p>In your live demo, first &#8220;Country&#8221; is &#8220;Argentina&#8221; without states in &#8220;State&#8221;. Try to add states for Argentina. I added states to Argentina, but they don&#8217;t showed under &#8220;State&#8221; on first access to the page. After that, if I select other country and get back to Argentina I can select states under &#8220;State&#8221;.  Try to add states for Argentina in your live demo and see what happens. Maybe I&#8217;m wrong.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prince</title>
		<link>http://www.script-tutorials.com/creating-ajaxy-chained-selects-with-jquery/comment-page-1/#comment-44993</link>
		<dc:creator>prince</dc:creator>
		<pubDate>Mon, 17 Dec 2012 10:24:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.script-tutorials.com/?p=685#comment-44993</guid>
		<description>Also dont want to create more then 1 table . every thing should be in one table.</description>
		<content:encoded><![CDATA[<p>Also dont want to create more then 1 table . every thing should be in one table.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prince</title>
		<link>http://www.script-tutorials.com/creating-ajaxy-chained-selects-with-jquery/comment-page-1/#comment-44992</link>
		<dc:creator>prince</dc:creator>
		<pubDate>Mon, 17 Dec 2012 10:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.script-tutorials.com/?p=685#comment-44992</guid>
		<description>thnx for this tutorial 

but now I want to create Chained Selects with 6 or 7 select menu.

have any idea?</description>
		<content:encoded><![CDATA[<p>thnx for this tutorial </p>
<p>but now I want to create Chained Selects with 6 or 7 select menu.</p>
<p>have any idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.script-tutorials.com/creating-ajaxy-chained-selects-with-jquery/comment-page-1/#comment-36905</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 21 Nov 2012 17:40:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.script-tutorials.com/?p=685#comment-36905</guid>
		<description>Hi Sasa, Can you please give us an example? What do you mean - default country?</description>
		<content:encoded><![CDATA[<p>Hi Sasa, Can you please give us an example? What do you mean &#8211; default country?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sasa</title>
		<link>http://www.script-tutorials.com/creating-ajaxy-chained-selects-with-jquery/comment-page-1/#comment-23009</link>
		<dc:creator>Sasa</dc:creator>
		<pubDate>Sun, 14 Oct 2012 12:51:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.script-tutorials.com/?p=685#comment-23009</guid>
		<description>Hello,
cannot select STATE for default COUNTRY. I think that is necessary to fulfill array of states with default country.</description>
		<content:encoded><![CDATA[<p>Hello,<br />
cannot select STATE for default COUNTRY. I think that is necessary to fulfill array of states with default country.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.script-tutorials.com/creating-ajaxy-chained-selects-with-jquery/comment-page-1/#comment-17959</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 20 May 2012 13:46:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.script-tutorials.com/?p=685#comment-17959</guid>
		<description>Hello Allen,
Yes, I mentioned json_encode. Basically, JSON is PHP library, and as of PHP 5.2.0, the JSON extension is bundled and compiled into PHP by default. But if your PHP version is below 5.2.0, you can install that JSON separately. As I know, JSON is a part of PECL. Try to read about installation of PECL extensions.</description>
		<content:encoded><![CDATA[<p>Hello Allen,<br />
Yes, I mentioned json_encode. Basically, JSON is PHP library, and as of PHP 5.2.0, the JSON extension is bundled and compiled into PHP by default. But if your PHP version is below 5.2.0, you can install that JSON separately. As I know, JSON is a part of PECL. Try to read about installation of PECL extensions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: allen</title>
		<link>http://www.script-tutorials.com/creating-ajaxy-chained-selects-with-jquery/comment-page-1/#comment-17919</link>
		<dc:creator>allen</dc:creator>
		<pubDate>Thu, 17 May 2012 13:35:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.script-tutorials.com/?p=685#comment-17919</guid>
		<description>Hi, I&#039;m new to coding, and I would really like to get this to work for a form I&#039;m creating. I&#039;m have issues with the second drop down. You said it might have to deal with the json_encode function. How do i fix that?</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;m new to coding, and I would really like to get this to work for a form I&#8217;m creating. I&#8217;m have issues with the second drop down. You said it might have to deal with the json_encode function. How do i fix that?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching 4/22 queries in 0.017 seconds using disk: basic

Served from: www.script-tutorials.com @ 2013-05-18 15:38:33 -->