<?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: HW Accelerated Accordion</title>
	<atom:link href="http://cubiq.org/accordion/feed" rel="self" type="application/rss+xml" />
	<link>http://cubiq.org/accordion</link>
	<description>Web and mobile development</description>
	<lastBuildDate>Thu, 18 Apr 2013 09:52:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Felipe Pini</title>
		<link>http://cubiq.org/accordion/comment-page-1#comment-30264</link>
		<dc:creator>Felipe Pini</dc:creator>
		<pubDate>Fri, 01 Mar 2013 15:14:42 +0000</pubDate>
		<guid isPermaLink="false">http://cubiq.org/?p=99#comment-30264</guid>
		<description><![CDATA[Must change:
fullHeight+= that.handles[i].offsetHeight;
to
fullHeight+= 48;
too]]></description>
		<content:encoded><![CDATA[<p>Must change:<br />
fullHeight+= that.handles[i].offsetHeight;<br />
to<br />
fullHeight+= 48;<br />
too</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Murphy</title>
		<link>http://cubiq.org/accordion/comment-page-1#comment-29872</link>
		<dc:creator>Richard Murphy</dc:creator>
		<pubDate>Fri, 15 Feb 2013 05:07:50 +0000</pubDate>
		<guid isPermaLink="false">http://cubiq.org/?p=99#comment-29872</guid>
		<description><![CDATA[Actually just solved it.

Find the following in the JS file:
top += that.wrappers[i].offsetHeight;

And change it to (or whatever size you want):
top += 48;

that.wrappers[i].offsetHeight is always 0 unless the accordion is being shown initially (not in a hidden div).

Great accordion!]]></description>
		<content:encoded><![CDATA[<p>Actually just solved it.</p>
<p>Find the following in the JS file:<br />
top += that.wrappers[i].offsetHeight;</p>
<p>And change it to (or whatever size you want):<br />
top += 48;</p>
<p>that.wrappers[i].offsetHeight is always 0 unless the accordion is being shown initially (not in a hidden div).</p>
<p>Great accordion!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pinca george</title>
		<link>http://cubiq.org/accordion/comment-page-1#comment-28691</link>
		<dc:creator>pinca george</dc:creator>
		<pubDate>Mon, 10 Dec 2012 10:04:46 +0000</pubDate>
		<guid isPermaLink="false">http://cubiq.org/?p=99#comment-28691</guid>
		<description><![CDATA[can I use iscroll inside your accordion ?]]></description>
		<content:encoded><![CDATA[<p>can I use iscroll inside your accordion ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kit</title>
		<link>http://cubiq.org/accordion/comment-page-1#comment-28212</link>
		<dc:creator>kit</dc:creator>
		<pubDate>Mon, 19 Nov 2012 17:37:56 +0000</pubDate>
		<guid isPermaLink="false">http://cubiq.org/?p=99#comment-28212</guid>
		<description><![CDATA[does anyone know how to keep it from pushing the open container up to the top?]]></description>
		<content:encoded><![CDATA[<p>does anyone know how to keep it from pushing the open container up to the top?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://cubiq.org/accordion/comment-page-1#comment-27375</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Wed, 26 Sep 2012 09:09:26 +0000</pubDate>
		<guid isPermaLink="false">http://cubiq.org/?p=99#comment-27375</guid>
		<description><![CDATA[Hi, this is not working for me with firefox15.blah or Firefox mobile. The formatting is not applied and it doesn&#039;t re-collapse after each click.

Does Work under default browser on Galaxy s3.
Does Work under desktop Chrome21.blah]]></description>
		<content:encoded><![CDATA[<p>Hi, this is not working for me with firefox15.blah or Firefox mobile. The formatting is not applied and it doesn&#8217;t re-collapse after each click.</p>
<p>Does Work under default browser on Galaxy s3.<br />
Does Work under desktop Chrome21.blah</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matteo Spinelli</title>
		<link>http://cubiq.org/accordion/comment-page-1#comment-27342</link>
		<dc:creator>Matteo Spinelli</dc:creator>
		<pubDate>Fri, 21 Sep 2012 12:10:11 +0000</pubDate>
		<guid isPermaLink="false">http://cubiq.org/?p=99#comment-27342</guid>
		<description><![CDATA[probably the script needs a revision, it has been developed on iOS3 or 4 and things are moving fast]]></description>
		<content:encoded><![CDATA[<p>probably the script needs a revision, it has been developed on iOS3 or 4 and things are moving fast</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Randy</title>
		<link>http://cubiq.org/accordion/comment-page-1#comment-27324</link>
		<dc:creator>Randy</dc:creator>
		<pubDate>Thu, 20 Sep 2012 00:58:22 +0000</pubDate>
		<guid isPermaLink="false">http://cubiq.org/?p=99#comment-27324</guid>
		<description><![CDATA[Update:  Strange, but once i inspect the rogue element with safari, it fixes the problem.  Do I need to do some sort of refresh after the close animation? If so how would I go about doing that?  I&#039;ve tried .trigger(&#039;create&#039;) to no avail.]]></description>
		<content:encoded><![CDATA[<p>Update:  Strange, but once i inspect the rogue element with safari, it fixes the problem.  Do I need to do some sort of refresh after the close animation? If so how would I go about doing that?  I&#8217;ve tried .trigger(&#8216;create&#8217;) to no avail.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Randy</title>
		<link>http://cubiq.org/accordion/comment-page-1#comment-27321</link>
		<dc:creator>Randy</dc:creator>
		<pubDate>Wed, 19 Sep 2012 21:53:20 +0000</pubDate>
		<guid isPermaLink="false">http://cubiq.org/?p=99#comment-27321</guid>
		<description><![CDATA[Hey.  Love your work.  Im having an issue with collapsing the accordion.  When you click on an open pane to close it, the content starts to contaminate other panes.  This is also happening in your live demo.  Any thoughts?]]></description>
		<content:encoded><![CDATA[<p>Hey.  Love your work.  Im having an issue with collapsing the accordion.  When you click on an open pane to close it, the content starts to contaminate other panes.  This is also happening in your live demo.  Any thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://cubiq.org/accordion/comment-page-1#comment-26839</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Tue, 31 Jul 2012 17:39:10 +0000</pubDate>
		<guid isPermaLink="false">http://cubiq.org/?p=99#comment-26839</guid>
		<description><![CDATA[Does anyone know how to make the expandable bars a bit smaller?]]></description>
		<content:encoded><![CDATA[<p>Does anyone know how to make the expandable bars a bit smaller?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://cubiq.org/accordion/comment-page-1#comment-26747</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Fri, 20 Jul 2012 23:02:03 +0000</pubDate>
		<guid isPermaLink="false">http://cubiq.org/?p=99#comment-26747</guid>
		<description><![CDATA[Hi, can you incorporate this html5 page into an iOS app? If you can how would you do this? Having some trouble and it would be really neat if i could do an accordion feature. 

If there is an alternative way, can someone reply to my post?

Thanks]]></description>
		<content:encoded><![CDATA[<p>Hi, can you incorporate this html5 page into an iOS app? If you can how would you do this? Having some trouble and it would be really neat if i could do an accordion feature. </p>
<p>If there is an alternative way, can someone reply to my post?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
