<?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: Vertical Sliding Accordion with jQuery</title>
	<atom:link href="http://tympanus.net/codrops/2011/07/22/vertical-sliding-accordion/feed/" rel="self" type="application/rss+xml" />
	<link>http://tympanus.net/codrops/2011/07/22/vertical-sliding-accordion/</link>
	<description>Useful resources and inspiration for creative minds</description>
	<lastBuildDate>Wed, 22 May 2013 23:40:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Jack Nycz</title>
		<link>http://tympanus.net/codrops/2011/07/22/vertical-sliding-accordion/comment-page-4/#comment-417065</link>
		<dc:creator>Jack Nycz</dc:creator>
		<pubDate>Fri, 16 Mar 2012 18:16:18 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=5371#comment-417065</guid>
		<description><![CDATA[Just tested it on mine, works fine. iPad 2?]]></description>
		<content:encoded><![CDATA[<p>Just tested it on mine, works fine. iPad 2?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: taxbax</title>
		<link>http://tympanus.net/codrops/2011/07/22/vertical-sliding-accordion/comment-page-4/#comment-417028</link>
		<dc:creator>taxbax</dc:creator>
		<pubDate>Thu, 15 Mar 2012 20:57:53 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=5371#comment-417028</guid>
		<description><![CDATA[did you ever figure this out?]]></description>
		<content:encoded><![CDATA[<p>did you ever figure this out?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: taxbax</title>
		<link>http://tympanus.net/codrops/2011/07/22/vertical-sliding-accordion/comment-page-4/#comment-417027</link>
		<dc:creator>taxbax</dc:creator>
		<pubDate>Thu, 15 Mar 2012 20:33:19 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=5371#comment-417027</guid>
		<description><![CDATA[Why did you just paste that whole script in here? You could have at least linked to a js file on a server. If anyone copies and pastes this script into their code, they will pick up tons of formatted characters, mostly quotation marks but also minus symbols. Even after fixing those things, I still couldn&#039;t get it to work.]]></description>
		<content:encoded><![CDATA[<p>Why did you just paste that whole script in here? You could have at least linked to a js file on a server. If anyone copies and pastes this script into their code, they will pick up tons of formatted characters, mostly quotation marks but also minus symbols. Even after fixing those things, I still couldn&#8217;t get it to work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Sheridan</title>
		<link>http://tympanus.net/codrops/2011/07/22/vertical-sliding-accordion/comment-page-5/#comment-416676</link>
		<dc:creator>Mike Sheridan</dc:creator>
		<pubDate>Sun, 11 Mar 2012 04:51:44 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=5371#comment-416676</guid>
		<description><![CDATA[For those trying to set it to open a slice on load, you can try

$(&#039;.va-slice-1&#039;).trigger(&#039;click&#039;);

that will display the contents of va-slice-1

also, I have mine so that instead of click, mine triggers on mouseenter (similar to hover), just change line 371 or the line that reads in the js file.

&lt;code&gt;
$slices.bind(&#039;click.vaccordion&#039;, function(e) {
&lt;/code&gt;

with

&lt;code&gt;
$slices.bind(&#039;mouseenter.vaccordion&#039;, function(e) {
&lt;/code&gt;]]></description>
		<content:encoded><![CDATA[<p>For those trying to set it to open a slice on load, you can try</p>
<p>$(&#8216;.va-slice-1&#8242;).trigger(&#8216;click&#8217;);</p>
<p>that will display the contents of va-slice-1</p>
<p>also, I have mine so that instead of click, mine triggers on mouseenter (similar to hover), just change line 371 or the line that reads in the js file.</p>
<p><code><br />
$slices.bind('click.vaccordion', function(e) {<br />
</code></p>
<p>with</p>
<p><code><br />
$slices.bind('mouseenter.vaccordion', function(e) {<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nico</title>
		<link>http://tympanus.net/codrops/2011/07/22/vertical-sliding-accordion/comment-page-5/#comment-416651</link>
		<dc:creator>Nico</dc:creator>
		<pubDate>Fri, 09 Mar 2012 13:45:38 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=5371#comment-416651</guid>
		<description><![CDATA[Hi,

Is it possible to add a scrollbar on the right ?
If it&#039;s possible, is there an easy way to do that ?

Thanks]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Is it possible to add a scrollbar on the right ?<br />
If it&#8217;s possible, is there an easy way to do that ?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paula</title>
		<link>http://tympanus.net/codrops/2011/07/22/vertical-sliding-accordion/comment-page-5/#comment-416570</link>
		<dc:creator>Paula</dc:creator>
		<pubDate>Mon, 05 Mar 2012 15:52:09 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=5371#comment-416570</guid>
		<description><![CDATA[To sat it more clearly......I want my &#039;va.title&#039;  classes to overlay on each other when my accordeon is closed and collapsed....
maybe this is more clear...
Is this possible?
Thanks!]]></description>
		<content:encoded><![CDATA[<p>To sat it more clearly&#8230;&#8230;I want my &#8216;va.title&#8217;  classes to overlay on each other when my accordeon is closed and collapsed&#8230;.<br />
maybe this is more clear&#8230;<br />
Is this possible?<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paula</title>
		<link>http://tympanus.net/codrops/2011/07/22/vertical-sliding-accordion/comment-page-5/#comment-416524</link>
		<dc:creator>Paula</dc:creator>
		<pubDate>Sat, 03 Mar 2012 11:48:06 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=5371#comment-416524</guid>
		<description><![CDATA[Thanks for this accordeon! It works beautifully.
There is only one thing I cannot manage to do.

I have all my slices, wrapper and container with a transparent background, so I can to see my background image when the accordeon is closed.
Then I only  the titles of each slice. 
Tha works great.

I would like to put these titles very close to each other so , when you see the accordeon closed, you see a block of text with the lines superposed on the top and bottom borders. So then I see a block of letters.

The problem is that when I bring them close, even though ALL the backgrounds are transparent, they do not superspose but cut each other.
Is there any way I can do this?

Thanks!]]></description>
		<content:encoded><![CDATA[<p>Thanks for this accordeon! It works beautifully.<br />
There is only one thing I cannot manage to do.</p>
<p>I have all my slices, wrapper and container with a transparent background, so I can to see my background image when the accordeon is closed.<br />
Then I only  the titles of each slice.<br />
Tha works great.</p>
<p>I would like to put these titles very close to each other so , when you see the accordeon closed, you see a block of text with the lines superposed on the top and bottom borders. So then I see a block of letters.</p>
<p>The problem is that when I bring them close, even though ALL the backgrounds are transparent, they do not superspose but cut each other.<br />
Is there any way I can do this?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://tympanus.net/codrops/2011/07/22/vertical-sliding-accordion/comment-page-4/#comment-416369</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Tue, 28 Feb 2012 14:19:47 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=5371#comment-416369</guid>
		<description><![CDATA[I am also interested in the option to have a slider open as a default. I require the &#039;Welcome&#039; section of a site to be open as a default initially, with the rest minimised. Is this possible?]]></description>
		<content:encoded><![CDATA[<p>I am also interested in the option to have a slider open as a default. I require the &#8216;Welcome&#8217; section of a site to be open as a default initially, with the rest minimised. Is this possible?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikhail</title>
		<link>http://tympanus.net/codrops/2011/07/22/vertical-sliding-accordion/comment-page-3/#comment-416296</link>
		<dc:creator>Mikhail</dc:creator>
		<pubDate>Sun, 26 Feb 2012 08:21:01 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=5371#comment-416296</guid>
		<description><![CDATA[Also, Mary Lou used data() method (http://api.jquery.com/data/). This is quotation from docs: &quot;Note that this method currently does not provide cross-platform support for setting data on XML documents, as Internet Explorer does not allow data to be attached via expando properties&quot;. 
Does anybody test the script in other version of IE?

Also, accordion has fixed height and weight in full screen example. So, if user change browser size, beauty will disappear.]]></description>
		<content:encoded><![CDATA[<p>Also, Mary Lou used data() method (<a href="http://api.jquery.com/data/" rel="nofollow">http://api.jquery.com/data/</a>). This is quotation from docs: &#8220;Note that this method currently does not provide cross-platform support for setting data on XML documents, as Internet Explorer does not allow data to be attached via expando properties&#8221;.<br />
Does anybody test the script in other version of IE?</p>
<p>Also, accordion has fixed height and weight in full screen example. So, if user change browser size, beauty will disappear.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lkj</title>
		<link>http://tympanus.net/codrops/2011/07/22/vertical-sliding-accordion/comment-page-4/#comment-416068</link>
		<dc:creator>lkj</dc:creator>
		<pubDate>Mon, 20 Feb 2012 14:59:23 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=5371#comment-416068</guid>
		<description><![CDATA[Hi, great tutorial and really nice design... I was wandering if I can use your code to build my website, or is this just for demo purpose? tnx]]></description>
		<content:encoded><![CDATA[<p>Hi, great tutorial and really nice design&#8230; I was wandering if I can use your code to build my website, or is this just for demo purpose? tnx</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 6/26 queries in 0.016 seconds using disk: basic
Content Delivery Network via codropspz.tympanus.netdna-cdn.com

 Served from: tympanus.net @ 2013-05-23 05:13:19 by W3 Total Cache -->