<?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: Sliding door effect with JQuery</title>
	<atom:link href="http://web.enavu.com/tutorials/sliding-door-effect-with-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://web.enavu.com/tutorials/sliding-door-effect-with-jquery/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 29 Jul 2010 21:22:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jeevan</title>
		<link>http://web.enavu.com/tutorials/sliding-door-effect-with-jquery/comment-page-1/#comment-3771</link>
		<dc:creator>Jeevan</dc:creator>
		<pubDate>Wed, 09 Jun 2010 20:14:22 +0000</pubDate>
		<guid isPermaLink="false">http://tutsvalley.com/?p=25#comment-3771</guid>
		<description>Lovely photograph over there; may I know where is that from?</description>
		<content:encoded><![CDATA[<p>Lovely photograph over there; may I know where is that from?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wespai</title>
		<link>http://web.enavu.com/tutorials/sliding-door-effect-with-jquery/comment-page-1/#comment-1013</link>
		<dc:creator>wespai</dc:creator>
		<pubDate>Tue, 29 Dec 2009 07:07:41 +0000</pubDate>
		<guid isPermaLink="false">http://tutsvalley.com/?p=25#comment-1013</guid>
		<description>thx collect it to

ajax.wespai.com</description>
		<content:encoded><![CDATA[<p>thx collect it to</p>
<p>ajax.wespai.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boba</title>
		<link>http://web.enavu.com/tutorials/sliding-door-effect-with-jquery/comment-page-1/#comment-1012</link>
		<dc:creator>Boba</dc:creator>
		<pubDate>Wed, 21 Oct 2009 18:01:55 +0000</pubDate>
		<guid isPermaLink="false">http://tutsvalley.com/?p=25#comment-1012</guid>
		<description>Link the text behind the image or...?</description>
		<content:encoded><![CDATA[<p>Link the text behind the image or&#8230;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: belli</title>
		<link>http://web.enavu.com/tutorials/sliding-door-effect-with-jquery/comment-page-1/#comment-1011</link>
		<dc:creator>belli</dc:creator>
		<pubDate>Wed, 21 Oct 2009 17:51:47 +0000</pubDate>
		<guid isPermaLink="false">http://tutsvalley.com/?p=25#comment-1011</guid>
		<description>i cant make it link,,, when i click on it????</description>
		<content:encoded><![CDATA[<p>i cant make it link,,, when i click on it????</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boba</title>
		<link>http://web.enavu.com/tutorials/sliding-door-effect-with-jquery/comment-page-1/#comment-1010</link>
		<dc:creator>Boba</dc:creator>
		<pubDate>Thu, 17 Sep 2009 22:30:21 +0000</pubDate>
		<guid isPermaLink="false">http://tutsvalley.com/?p=25#comment-1010</guid>
		<description>sorry, instead of $(this).find(&#039;box_image&#039;) put $(&#039;.box_image&#039;)</description>
		<content:encoded><![CDATA[<p>sorry, instead of $(this).find(&#8216;box_image&#8217;) put $(&#8216;.box_image&#8217;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boba</title>
		<link>http://web.enavu.com/tutorials/sliding-door-effect-with-jquery/comment-page-1/#comment-1009</link>
		<dc:creator>Boba</dc:creator>
		<pubDate>Thu, 17 Sep 2009 22:26:13 +0000</pubDate>
		<guid isPermaLink="false">http://tutsvalley.com/?p=25#comment-1009</guid>
		<description>CSS
 .box_image{
 position:absolute;
 left: 100%;
}

jQuery
 $(window).load(function(){

            $(this).find(&#039;.box_image&#039;).animate({ left : 0},{queue:false,duration:300});

  });

Didn&#039;t test it, if it doesn&#039;t work tell me and i&#039;ll make it work :)</description>
		<content:encoded><![CDATA[<p>CSS<br />
 .box_image{<br />
 position:absolute;<br />
 left: 100%;<br />
}</p>
<p>jQuery<br />
 $(window).load(function(){</p>
<p>            $(this).find(&#8216;.box_image&#8217;).animate({ left : 0},{queue:false,duration:300});</p>
<p>  });</p>
<p>Didn&#8217;t test it, if it doesn&#8217;t work tell me and i&#8217;ll make it work <img src='http://web.enavu.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://web.enavu.com/tutorials/sliding-door-effect-with-jquery/comment-page-1/#comment-1008</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Thu, 17 Sep 2009 22:15:31 +0000</pubDate>
		<guid isPermaLink="false">http://tutsvalley.com/?p=25#comment-1008</guid>
		<description>Cool script!
I tried modifying the code to invoke the effect on page load but was unable to get it to work.

The effect I&#039;m going for would have the image &#039;hidden&#039; on page load, then have the image slide in after the page loads....similar to a &#039;gofer effect&#039; whey the gopher pops up from his hole (meh, not the best visual, but hopefully you get the idea).

Wouldn&#039;t an &#039;onload&#039; event do the trick? If so, can you help?

Thanks!</description>
		<content:encoded><![CDATA[<p>Cool script!<br />
I tried modifying the code to invoke the effect on page load but was unable to get it to work.</p>
<p>The effect I&#8217;m going for would have the image &#8216;hidden&#8217; on page load, then have the image slide in after the page loads&#8230;.similar to a &#8216;gofer effect&#8217; whey the gopher pops up from his hole (meh, not the best visual, but hopefully you get the idea).</p>
<p>Wouldn&#8217;t an &#8216;onload&#8217; event do the trick? If so, can you help?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 30个js画廊组件和教程 &#124; 路可-WEB前端开发</title>
		<link>http://web.enavu.com/tutorials/sliding-door-effect-with-jquery/comment-page-1/#comment-1007</link>
		<dc:creator>30个js画廊组件和教程 &#124; 路可-WEB前端开发</dc:creator>
		<pubDate>Fri, 04 Sep 2009 08:44:20 +0000</pubDate>
		<guid isPermaLink="false">http://tutsvalley.com/?p=25#comment-1007</guid>
		<description>[...] Sliding door effect with JQuery &#124; Demo [...]</description>
		<content:encoded><![CDATA[<p>[...] Sliding door effect with JQuery | Demo [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Javascript Image and Photo Galleries &#8211; Mootool, Prototype, jQuery and Tutorials &#124; guidesigner.net</title>
		<link>http://web.enavu.com/tutorials/sliding-door-effect-with-jquery/comment-page-1/#comment-1006</link>
		<dc:creator>Javascript Image and Photo Galleries &#8211; Mootool, Prototype, jQuery and Tutorials &#124; guidesigner.net</dc:creator>
		<pubDate>Thu, 03 Sep 2009 05:45:18 +0000</pubDate>
		<guid isPermaLink="false">http://tutsvalley.com/?p=25#comment-1006</guid>
		<description>[...] Sliding door effect with JQuery &#124; Demo [...]</description>
		<content:encoded><![CDATA[<p>[...] Sliding door effect with JQuery | Demo [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 20 Ejemplos de Galerias Web 2.0 @ Ciberdix 2.0 :: Blog Creativo!!</title>
		<link>http://web.enavu.com/tutorials/sliding-door-effect-with-jquery/comment-page-1/#comment-1005</link>
		<dc:creator>20 Ejemplos de Galerias Web 2.0 @ Ciberdix 2.0 :: Blog Creativo!!</dc:creator>
		<pubDate>Wed, 02 Sep 2009 14:23:01 +0000</pubDate>
		<guid isPermaLink="false">http://tutsvalley.com/?p=25#comment-1005</guid>
		<description>[...] Sliding door effect with JQuery &#124; Demo [...]</description>
		<content:encoded><![CDATA[<p>[...] Sliding door effect with JQuery | Demo [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
