<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Simple Effects Plugins</title>
	<link>http://www.learningjquery.com/2008/02/simple-effects-plugins</link>
	<description>Getting to know the library of choice for unobtrusive JavaScript</description>
	<pubDate>Fri, 29 Aug 2008 00:33:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: kyleabaker</title>
		<link>http://www.learningjquery.com/2008/02/simple-effects-plugins#comment-53706</link>
		<dc:creator>kyleabaker</dc:creator>
		<pubDate>Fri, 22 Aug 2008 05:55:41 +0000</pubDate>
		<guid>http://www.learningjquery.com/2008/02/simple-effects-plugins#comment-53706</guid>
		<description>I'm fairly new to jQuery, but I've been using several of the effects repeatedly. Now I'm stuck with an effect that I really need, but cannot seem to find a way to make it work in jQuery.

Basically all that I want is a Blind Toggle effect turned upside down. I want the element to slide down out of view and then slide back up into view. It sounds simple enough considering all of the things you can do with jQuery, but I just can't find a way to accomplish this.

The two effects slideUP (hides) and slideDown (reveals) work in the exact opposite manner that I'm needing, otherwise I would just use that. Any ideas?</description>
		<content:encoded><![CDATA[<p>I&#8217;m fairly new to jQuery, but I&#8217;ve been using several of the effects repeatedly. Now I&#8217;m stuck with an effect that I really need, but cannot seem to find a way to make it work in jQuery.</p>
<p>Basically all that I want is a Blind Toggle effect turned upside down. I want the element to slide down out of view and then slide back up into view. It sounds simple enough considering all of the things you can do with jQuery, but I just can&#8217;t find a way to accomplish this.</p>
<p>The two effects slideUP (hides) and slideDown (reveals) work in the exact opposite manner that I&#8217;m needing, otherwise I would just use that. Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl Swedberg</title>
		<link>http://www.learningjquery.com/2008/02/simple-effects-plugins#comment-53685</link>
		<dc:creator>Karl Swedberg</dc:creator>
		<pubDate>Fri, 22 Aug 2008 00:11:01 +0000</pubDate>
		<guid>http://www.learningjquery.com/2008/02/simple-effects-plugins#comment-53685</guid>
		<description>Hi Peter,

Look at the slide-fade toggle example. That one slides an element and fades it at the same time. And yes, effects can be chained.</description>
		<content:encoded><![CDATA[<p>Hi Peter,</p>
<p>Look at the slide-fade toggle example. That one slides an element and fades it at the same time. And yes, effects can be chained.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.learningjquery.com/2008/02/simple-effects-plugins#comment-53673</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Thu, 21 Aug 2008 21:15:02 +0000</pubDate>
		<guid>http://www.learningjquery.com/2008/02/simple-effects-plugins#comment-53673</guid>
		<description>Is is possible to have something slideUp and FadeOut at the same time?  Can effects be chained in this manner?</description>
		<content:encoded><![CDATA[<p>Is is possible to have something slideUp and FadeOut at the same time?  Can effects be chained in this manner?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George</title>
		<link>http://www.learningjquery.com/2008/02/simple-effects-plugins#comment-53157</link>
		<dc:creator>George</dc:creator>
		<pubDate>Wed, 13 Aug 2008 12:38:23 +0000</pubDate>
		<guid>http://www.learningjquery.com/2008/02/simple-effects-plugins#comment-53157</guid>
		<description>Presumably to make something start hidden you could call 
&lt;code&gt;
$('#blind').hide();
&lt;/code&gt;
first of all within the $(document).ready(...);

That way it will be visible for users without javascript.

GC</description>
		<content:encoded><![CDATA[<p>Presumably to make something start hidden you could call<br />
<code><br />
$('#blind').hide();<br />
</code><br />
first of all within the $(document).ready(&#8230;);</p>
<p>That way it will be visible for users without javascript.</p>
<p>GC</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ConstantinChirila</title>
		<link>http://www.learningjquery.com/2008/02/simple-effects-plugins#comment-52801</link>
		<dc:creator>ConstantinChirila</dc:creator>
		<pubDate>Tue, 05 Aug 2008 11:55:01 +0000</pubDate>
		<guid>http://www.learningjquery.com/2008/02/simple-effects-plugins#comment-52801</guid>
		<description>Hey Bradon, nice tutorial, but i cannot manage to make it start HIDDEN first tan toggle out and in. Like Josh said.</description>
		<content:encoded><![CDATA[<p>Hey Bradon, nice tutorial, but i cannot manage to make it start HIDDEN first tan toggle out and in. Like Josh said.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://www.learningjquery.com/2008/02/simple-effects-plugins#comment-51834</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Tue, 22 Jul 2008 15:44:27 +0000</pubDate>
		<guid>http://www.learningjquery.com/2008/02/simple-effects-plugins#comment-51834</guid>
		<description>Love this tutorial.  One question on the blind toggle, how can you make the panel start out hidden at the top?</description>
		<content:encoded><![CDATA[<p>Love this tutorial.  One question on the blind toggle, how can you make the panel start out hidden at the top?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aditya Bhatt</title>
		<link>http://www.learningjquery.com/2008/02/simple-effects-plugins#comment-49578</link>
		<dc:creator>Aditya Bhatt</dc:creator>
		<pubDate>Thu, 19 Jun 2008 10:48:20 +0000</pubDate>
		<guid>http://www.learningjquery.com/2008/02/simple-effects-plugins#comment-49578</guid>
		<description>Jquery is very gr8. Its very useful for development with static as well as dynamic pages.</description>
		<content:encoded><![CDATA[<p>Jquery is very gr8. Its very useful for development with static as well as dynamic pages.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kean</title>
		<link>http://www.learningjquery.com/2008/02/simple-effects-plugins#comment-47986</link>
		<dc:creator>Kean</dc:creator>
		<pubDate>Thu, 22 May 2008 19:48:48 +0000</pubDate>
		<guid>http://www.learningjquery.com/2008/02/simple-effects-plugins#comment-47986</guid>
		<description>I am a jQuery plugin developer and I never knew that using 'toggle' inside animate is possible. Thanks for this great tip.</description>
		<content:encoded><![CDATA[<p>I am a jQuery plugin developer and I never knew that using &#8216;toggle&#8217; inside animate is possible. Thanks for this great tip.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: general salt</title>
		<link>http://www.learningjquery.com/2008/02/simple-effects-plugins#comment-47872</link>
		<dc:creator>general salt</dc:creator>
		<pubDate>Wed, 21 May 2008 14:48:55 +0000</pubDate>
		<guid>http://www.learningjquery.com/2008/02/simple-effects-plugins#comment-47872</guid>
		<description>Jquery is the best!!  I use it on my face…</description>
		<content:encoded><![CDATA[<p>Jquery is the best!!  I use it on my face…</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pablo</title>
		<link>http://www.learningjquery.com/2008/02/simple-effects-plugins#comment-47398</link>
		<dc:creator>pablo</dc:creator>
		<pubDate>Fri, 16 May 2008 22:58:00 +0000</pubDate>
		<guid>http://www.learningjquery.com/2008/02/simple-effects-plugins#comment-47398</guid>
		<description>Could I use this events of jQuery  to slide panels from right to left?</description>
		<content:encoded><![CDATA[<p>Could I use this events of jQuery  to slide panels from right to left?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
