<?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: Accordion Script With Multi-Level Support</title>
	<atom:link href="http://www.scriptiny.com/2009/03/accordion/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scriptiny.com/2009/03/accordion/</link>
	<description>This web development blog features fresh articles on JavaScript, AJAX, CSS, XHTML, PHP, Photoshop and more.</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:38:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Paul</title>
		<link>http://www.scriptiny.com/2009/03/accordion/#comment-13247</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Fri, 03 Feb 2012 12:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptiny.com/?p=141#comment-13247</guid>
		<description>There seems to be a slight race conditions if you fire the events too quickly multiple tabs can be left in a selected state and closed so they won&#039;t open again. It comes about because the &quot;clearInterval&quot; call can be triggered before a tab has finished opening/closing which leaves it in an unstable state. 

Normally this would not be a problem as you can&#039;t do this readily by clicking on the headers... However I attached the opening and closing of the tabs to a &quot;mouseover&quot; event and the problem became apparent. I fixed it by moving the clearInterval(c.t) line from the &quot;pr&quot; function to the start of the &quot;su&quot; function.Not 100% sure why this fixed it so it might not actually be a fix, it might only be reducing the chance of the condition arising. </description>
		<content:encoded><![CDATA[<p>There seems to be a slight race conditions if you fire the events too quickly multiple tabs can be left in a selected state and closed so they won&#039;t open again. It comes about because the &quot;clearInterval&quot; call can be triggered before a tab has finished opening/closing which leaves it in an unstable state. </p>
<p>Normally this would not be a problem as you can&#039;t do this readily by clicking on the headers&#8230; However I attached the opening and closing of the tabs to a &quot;mouseover&quot; event and the problem became apparent. I fixed it by moving the clearInterval(c.t) line from the &quot;pr&quot; function to the start of the &quot;su&quot; function.Not 100% sure why this fixed it so it might not actually be a fix, it might only be reducing the chance of the condition arising. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mail</title>
		<link>http://www.scriptiny.com/2009/03/accordion/#comment-13215</link>
		<dc:creator>Mail</dc:creator>
		<pubDate>Mon, 23 Jan 2012 12:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptiny.com/?p=141#comment-13215</guid>
		<description>You are an idiot!</description>
		<content:encoded><![CDATA[<p>You are an idiot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nachogarcialuna</title>
		<link>http://www.scriptiny.com/2009/03/accordion/#comment-13180</link>
		<dc:creator>Nachogarcialuna</dc:creator>
		<pubDate>Wed, 11 Jan 2012 14:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptiny.com/?p=141#comment-13180</guid>
		<description>Thank you. Can you insert images in each section? Im trying but they are not showing </description>
		<content:encoded><![CDATA[<p>Thank you. Can you insert images in each section? Im trying but they are not showing </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Webbienceonline</title>
		<link>http://www.scriptiny.com/2009/03/accordion/#comment-13122</link>
		<dc:creator>Webbienceonline</dc:creator>
		<pubDate>Mon, 02 Jan 2012 11:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptiny.com/?p=141#comment-13122</guid>
		<description>Get you real identity at
http://www.webbience.com/id_cards.html</description>
		<content:encoded><![CDATA[<p>Get you real identity at<br />
<a href="http://www.webbience.com/id_cards.html" rel="nofollow">http://www.webbience.com/id_cards.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zach</title>
		<link>http://www.scriptiny.com/2009/03/accordion/#comment-13088</link>
		<dc:creator>Zach</dc:creator>
		<pubDate>Thu, 22 Dec 2011 14:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptiny.com/?p=141#comment-13088</guid>
		<description>If you&#039;re getting this error, make sure your markup is valid (a missing li tag can trigger this).</description>
		<content:encoded><![CDATA[<p>If you&#039;re getting this error, make sure your markup is valid (a missing li tag can trigger this).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>http://www.scriptiny.com/2009/03/accordion/#comment-13062</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Thu, 15 Dec 2011 16:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptiny.com/?p=141#comment-13062</guid>
		<description>Is there a way to change the background of the h3 tag when the accordion item is open?</description>
		<content:encoded><![CDATA[<p>Is there a way to change the background of the h3 tag when the accordion item is open?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

