<?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/"
	
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Inline Collapsed Content with jQuery</title>
	<atom:link href="http://dentedreality.com.au/2009/11/inline-collapsed-content-with-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://dentedreality.com.au/2009/11/inline-collapsed-content-with-jquery/</link>
	<description>Beau Lebens throws down his opinion on all sorts of things he doesn&#039;t know too much about.</description>
	<lastBuildDate>Tue, 22 May 2012 15:07:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-beta4-20800</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Pam</title>
		<link>http://dentedreality.com.au/2009/11/inline-collapsed-content-with-jquery/comment-page-1/#comment-2321</link>
		<dc:creator>Pam</dc:creator>
		<pubDate>Fri, 17 Sep 2010 07:14:52 +0000</pubDate>
		<guid isPermaLink="false">http://dentedreality.com.au/?p=1200#comment-2321</guid>
		<description>I fixed the flickering problem on accident today. I had span tags around my content to call in the class &quot;collapse&quot; instead of divs. After switching the span tags to divs, the flickering went away.  
 
 </description>
		<content:encoded><![CDATA[<p>I fixed the flickering problem on accident today. I had span tags around my content to call in the class &quot;collapse&quot; instead of divs. After switching the span tags to divs, the flickering went away.  </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bentrem</title>
		<link>http://dentedreality.com.au/2009/11/inline-collapsed-content-with-jquery/comment-page-1/#comment-1827</link>
		<dc:creator>bentrem</dc:creator>
		<pubDate>Thu, 25 Mar 2010 17:20:36 +0000</pubDate>
		<guid isPermaLink="false">http://dentedreality.com.au/?p=1200#comment-1827</guid>
		<description>For those of us who can copy/paste (Years of hard practice!) but not code, would you show how to do the &quot;onload&quot; thing? Maybe add it to the post in a new &quot;To make sure folk with JS disabled see the contents&quot; section? 
TIA </description>
		<content:encoded><![CDATA[<p>For those of us who can copy/paste (Years of hard practice!) but not code, would you show how to do the &quot;onload&quot; thing? Maybe add it to the post in a new &quot;To make sure folk with JS disabled see the contents&quot; section?<br />
TIA </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Beau Lebens</title>
		<link>http://dentedreality.com.au/2009/11/inline-collapsed-content-with-jquery/comment-page-1/#comment-1789</link>
		<dc:creator>Beau Lebens</dc:creator>
		<pubDate>Sat, 06 Mar 2010 02:31:06 +0000</pubDate>
		<guid isPermaLink="false">http://dentedreality.com.au/?p=1200#comment-1789</guid>
		<description>I&#039;ve seen that flash before, but have never pinned down exactly what&lt;br /&gt;causes it. I believe it&#039;s related to CSS padding/margins on the&lt;br /&gt;element being exposed, but as I said, I&#039;ve never pinned it down. If&lt;br /&gt;you try tinkering around with them you can hopefully get rid of it. </description>
		<content:encoded><![CDATA[<p>I&#039;ve seen that flash before, but have never pinned down exactly what<br />causes it. I believe it&#039;s related to CSS padding/margins on the<br />element being exposed, but as I said, I&#039;ve never pinned it down. If<br />you try tinkering around with them you can hopefully get rid of it. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pam</title>
		<link>http://dentedreality.com.au/2009/11/inline-collapsed-content-with-jquery/comment-page-1/#comment-1788</link>
		<dc:creator>Pam</dc:creator>
		<pubDate>Sat, 06 Mar 2010 02:16:59 +0000</pubDate>
		<guid isPermaLink="false">http://dentedreality.com.au/?p=1200#comment-1788</guid>
		<description>Thanks for the reply Beau. 
 
The only other problem I am having with this code is that there is a bad flicker effect when I click the toggle to expand content. I am using the code here: 
&lt;a href=&quot;http://wolfdogrescue.net/wp/category/adoptables/&quot; target=&quot;_blank&quot;&gt;http://wolfdogrescue.net/wp/category/adoptables/&lt;/a&gt; 
 
The js is loaded in the footer rather than the header, so maybe this is having some effect. I will experiment later and report back. </description>
		<content:encoded><![CDATA[<p>Thanks for the reply Beau. </p>
<p>The only other problem I am having with this code is that there is a bad flicker effect when I click the toggle to expand content. I am using the code here:<br />
<a href="http://wolfdogrescue.net/wp/category/adoptables/" target="_blank">http://wolfdogrescue.net/wp/category/adoptables/</a> </p>
<p>The js is loaded in the footer rather than the header, so maybe this is having some effect. I will experiment later and report back. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Beau Lebens</title>
		<link>http://dentedreality.com.au/2009/11/inline-collapsed-content-with-jquery/comment-page-1/#comment-1787</link>
		<dc:creator>Beau Lebens</dc:creator>
		<pubDate>Fri, 05 Mar 2010 08:05:03 +0000</pubDate>
		<guid isPermaLink="false">http://dentedreality.com.au/?p=1200#comment-1787</guid>
		<description>You can also default the CSS to be display:block, and make the jQuery&lt;br /&gt;slideUp the content once the page is loaded. The unfortunate&lt;br /&gt;side-effect of that is that even if you have JS enabled, you&#039;re likely&lt;br /&gt;to see the content, and then have it slideUp immediately once the page&lt;br /&gt;is loaded. </description>
		<content:encoded><![CDATA[<p>You can also default the CSS to be display:block, and make the jQuery<br />slideUp the content once the page is loaded. The unfortunate<br />side-effect of that is that even if you have JS enabled, you&#039;re likely<br />to see the content, and then have it slideUp immediately once the page<br />is loaded. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pam</title>
		<link>http://dentedreality.com.au/2009/11/inline-collapsed-content-with-jquery/comment-page-1/#comment-1786</link>
		<dc:creator>Pam</dc:creator>
		<pubDate>Fri, 05 Mar 2010 05:23:55 +0000</pubDate>
		<guid isPermaLink="false">http://dentedreality.com.au/?p=1200#comment-1786</guid>
		<description>Unfortunately if someone has js disabled, the collapsed content stays collapsed. Is there a workaround? </description>
		<content:encoded><![CDATA[<p>Unfortunately if someone has js disabled, the collapsed content stays collapsed. Is there a workaround? </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Beau Lebens</title>
		<link>http://dentedreality.com.au/2009/11/inline-collapsed-content-with-jquery/comment-page-1/#comment-1653</link>
		<dc:creator>Beau Lebens</dc:creator>
		<pubDate>Mon, 04 Jan 2010 02:29:03 +0000</pubDate>
		<guid isPermaLink="false">http://dentedreality.com.au/?p=1200#comment-1653</guid>
		<description>Yep, you should definitely be able to just drop this script into your&lt;br /&gt;header or footer if you prefer (or if you&#039;re not already loading an&lt;br /&gt;external JS file). Just make sure that you&#039;re loading jQuery as well,&lt;br /&gt;and it should work just the same. </description>
		<content:encoded><![CDATA[<p>Yep, you should definitely be able to just drop this script into your<br />header or footer if you prefer (or if you&#039;re not already loading an<br />external JS file). Just make sure that you&#039;re loading jQuery as well,<br />and it should work just the same. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: michael</title>
		<link>http://dentedreality.com.au/2009/11/inline-collapsed-content-with-jquery/comment-page-1/#comment-1652</link>
		<dc:creator>michael</dc:creator>
		<pubDate>Mon, 04 Jan 2010 01:17:36 +0000</pubDate>
		<guid isPermaLink="false">http://dentedreality.com.au/?p=1200#comment-1652</guid>
		<description>nice toutorial, bu i had a question. can i place the jquery script in my header or do i have to create then add it to the scripts.js file: 
 
thanks in advance.. </description>
		<content:encoded><![CDATA[<p>nice toutorial, bu i had a question. can i place the jquery script in my header or do i have to create then add it to the scripts.js file: </p>
<p>thanks in advance.. </p>
]]></content:encoded>
	</item>
</channel>
</rss>

