<?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: jQuery slide effect with minimum height</title>
	<atom:link href="http://spoonfedproject.com/jquery/jquery-slide-with-minimum-height/feed/" rel="self" type="application/rss+xml" />
	<link>http://spoonfedproject.com/jquery/jquery-slide-with-minimum-height/</link>
	<description>Feeding developers quality resources from across the web</description>
	<lastBuildDate>Sat, 03 Sep 2011 13:29:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: tin tuc game vietnam</title>
		<link>http://spoonfedproject.com/jquery/jquery-slide-with-minimum-height/#comment-9301</link>
		<dc:creator>tin tuc game vietnam</dc:creator>
		<pubDate>Tue, 16 Aug 2011 12:28:45 +0000</pubDate>
		<guid isPermaLink="false">http://spoonfedproject.com/?p=24#comment-9301</guid>
		<description>I have upload all script here so you can test easyer

http://jsfiddle.net/FzLzX/

love you from http://www.xaluan.com</description>
		<content:encoded><![CDATA[<p>I have upload all script here so you can test easyer</p>
<p><a href="http://jsfiddle.net/FzLzX/" rel="nofollow">http://jsfiddle.net/FzLzX/</a></p>
<p>love you from <a href="http://www.xaluan.com" rel="nofollow">http://www.xaluan.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tin tuc game vietnam</title>
		<link>http://spoonfedproject.com/jquery/jquery-slide-with-minimum-height/#comment-9299</link>
		<dc:creator>tin tuc game vietnam</dc:creator>
		<pubDate>Tue, 16 Aug 2011 11:55:28 +0000</pubDate>
		<guid isPermaLink="false">http://spoonfedproject.com/?p=24#comment-9299</guid>
		<description>Im not good or guru as you r.. so i took this code then make litle hack.. this will help multi slide on one page.. and not apply to height over 60px as you config


var sliderHeight = &quot;60&quot;;
	$(document).ready(function(){
		$(&#039;.game_info_slider&#039;).each(function () {
					var current = $(this);
					current.attr(&quot;box_h&quot;, current.height());
					if(current.height()&gt;sliderHeight) {
		current.css(&quot;height&quot;, sliderHeight);
		current.parent().find(&quot;.slider_menu&quot;).html(&#039;&lt;a&gt;Read More&lt;/a&gt;&#039;);
		current.parent().find(&quot;.slider_menu a&quot;).click(function() { openSlider(current) })
					
					}
				}
		 );

	});

	function openSlider(ojnow)
	{
		var open_height = ojnow.attr(&quot;box_h&quot;) + &quot;px&quot;;
		ojnow.animate({&quot;height&quot;: open_height}, {duration: &quot;slow&quot; });
		
		ojnow.parent().children(&quot;.slider_menu&quot;).html(&#039;&lt;a&gt;Close&lt;/a&gt;&#039;);
		ojnow.parent().children(&quot;.slider_menu&quot;).children().click(function() { closeSlider(ojnow) })
	}
	
	function closeSlider(ojnow)
	{
		ojnow.animate({&quot;height&quot;: sliderHeight}, {duration: &quot;slow&quot; });
		ojnow.parent().children(&quot;.slider_menu&quot;).html(&#039;&lt;a&gt;Read More&lt;/a&gt;&#039;);
		ojnow.parent().children(&quot;.slider_menu&quot;).children().click(function() { openSlider(ojnow) })
	}</description>
		<content:encoded><![CDATA[<p>Im not good or guru as you r.. so i took this code then make litle hack.. this will help multi slide on one page.. and not apply to height over 60px as you config</p>
<p>var sliderHeight = &#8220;60&#8243;;<br />
	$(document).ready(function(){<br />
		$(&#8216;.game_info_slider&#8217;).each(function () {<br />
					var current = $(this);<br />
					current.attr(&#8220;box_h&#8221;, current.height());<br />
					if(current.height()&gt;sliderHeight) {<br />
		current.css(&#8220;height&#8221;, sliderHeight);<br />
		current.parent().find(&#8220;.slider_menu&#8221;).html(&#8216;<a>Read More</a>&#8216;);<br />
		current.parent().find(&#8220;.slider_menu a&#8221;).click(function() { openSlider(current) })</p>
<p>					}<br />
				}<br />
		 );</p>
<p>	});</p>
<p>	function openSlider(ojnow)<br />
	{<br />
		var open_height = ojnow.attr(&#8220;box_h&#8221;) + &#8220;px&#8221;;<br />
		ojnow.animate({&#8220;height&#8221;: open_height}, {duration: &#8220;slow&#8221; });</p>
<p>		ojnow.parent().children(&#8220;.slider_menu&#8221;).html(&#8216;<a>Close</a>&#8216;);<br />
		ojnow.parent().children(&#8220;.slider_menu&#8221;).children().click(function() { closeSlider(ojnow) })<br />
	}</p>
<p>	function closeSlider(ojnow)<br />
	{<br />
		ojnow.animate({&#8220;height&#8221;: sliderHeight}, {duration: &#8220;slow&#8221; });<br />
		ojnow.parent().children(&#8220;.slider_menu&#8221;).html(&#8216;<a>Read More</a>&#8216;);<br />
		ojnow.parent().children(&#8220;.slider_menu&#8221;).children().click(function() { openSlider(ojnow) })<br />
	}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JJ</title>
		<link>http://spoonfedproject.com/jquery/jquery-slide-with-minimum-height/#comment-8933</link>
		<dc:creator>JJ</dc:creator>
		<pubDate>Thu, 14 Jul 2011 17:03:32 +0000</pubDate>
		<guid isPermaLink="false">http://spoonfedproject.com/?p=24#comment-8933</guid>
		<description>closing h1 tag</description>
		<content:encoded><![CDATA[<p>closing h1 tag</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JJ</title>
		<link>http://spoonfedproject.com/jquery/jquery-slide-with-minimum-height/#comment-8932</link>
		<dc:creator>JJ</dc:creator>
		<pubDate>Thu, 14 Jul 2011 17:03:01 +0000</pubDate>
		<guid isPermaLink="false">http://spoonfedproject.com/?p=24#comment-8932</guid>
		<description>Just wanted to let you know in the XHTML section, we have a rogue </description>
		<content:encoded><![CDATA[<p>Just wanted to let you know in the XHTML section, we have a rogue</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bern</title>
		<link>http://spoonfedproject.com/jquery/jquery-slide-with-minimum-height/#comment-7169</link>
		<dc:creator>Bern</dc:creator>
		<pubDate>Fri, 04 Mar 2011 02:14:49 +0000</pubDate>
		<guid isPermaLink="false">http://spoonfedproject.com/?p=24#comment-7169</guid>
		<description>Great Post! Keep it up.</description>
		<content:encoded><![CDATA[<p>Great Post! Keep it up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: junaid</title>
		<link>http://spoonfedproject.com/jquery/jquery-slide-with-minimum-height/#comment-7030</link>
		<dc:creator>junaid</dc:creator>
		<pubDate>Sat, 19 Feb 2011 07:31:11 +0000</pubDate>
		<guid isPermaLink="false">http://spoonfedproject.com/?p=24#comment-7030</guid>
		<description>This is exactly what I’ve been looking for my website but how i can repeat that style  because i am using that style for dynamic .Can you tell me after which code it&#039;s will be repeat . i am waiting your good response please ..... !</description>
		<content:encoded><![CDATA[<p>This is exactly what I’ve been looking for my website but how i can repeat that style  because i am using that style for dynamic .Can you tell me after which code it&#8217;s will be repeat . i am waiting your good response please &#8230;.. !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jenn</title>
		<link>http://spoonfedproject.com/jquery/jquery-slide-with-minimum-height/#comment-6218</link>
		<dc:creator>Jenn</dc:creator>
		<pubDate>Fri, 10 Dec 2010 21:44:12 +0000</pubDate>
		<guid isPermaLink="false">http://spoonfedproject.com/?p=24#comment-6218</guid>
		<description>This is beautiful. Reworked a couple of lines to start at the maximum height and then shrink to the smaller size. Thank you!</description>
		<content:encoded><![CDATA[<p>This is beautiful. Reworked a couple of lines to start at the maximum height and then shrink to the smaller size. Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicole</title>
		<link>http://spoonfedproject.com/jquery/jquery-slide-with-minimum-height/#comment-5592</link>
		<dc:creator>Nicole</dc:creator>
		<pubDate>Fri, 02 Jul 2010 18:25:20 +0000</pubDate>
		<guid isPermaLink="false">http://spoonfedproject.com/?p=24#comment-5592</guid>
		<description>This is exactly what I&#039;ve been looking for too. Thanks so much for your help!</description>
		<content:encoded><![CDATA[<p>This is exactly what I&#8217;ve been looking for too. Thanks so much for your help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hacer que un slideToggle() tenga un min-height &#171; Capy</title>
		<link>http://spoonfedproject.com/jquery/jquery-slide-with-minimum-height/#comment-4460</link>
		<dc:creator>Hacer que un slideToggle() tenga un min-height &#171; Capy</dc:creator>
		<pubDate>Fri, 22 Jan 2010 09:11:41 +0000</pubDate>
		<guid isPermaLink="false">http://spoonfedproject.com/?p=24#comment-4460</guid>
		<description>[...] slideToggle() no nos sirve. En su lugar vi en Spoonfed Project un articulo que da el siguiente script para poder crear animación tipo slideToggle() pero con [...]</description>
		<content:encoded><![CDATA[<p>[...] slideToggle() no nos sirve. En su lugar vi en Spoonfed Project un articulo que da el siguiente script para poder crear animación tipo slideToggle() pero con [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Allan</title>
		<link>http://spoonfedproject.com/jquery/jquery-slide-with-minimum-height/#comment-6</link>
		<dc:creator>Allan</dc:creator>
		<pubDate>Mon, 23 Feb 2009 15:57:23 +0000</pubDate>
		<guid isPermaLink="false">http://spoonfedproject.com/?p=24#comment-6</guid>
		<description>I&#039;ve been looking for something like this. Looks great! Thanks.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been looking for something like this. Looks great! Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

