<?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 for Complete Beginners: Part 2</title>
	<atom:link href="http://www.1stwebdesigner.com/tutorials/jquery-complete-beginners-part-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.1stwebdesigner.com/tutorials/jquery-complete-beginners-part-2/</link>
	<description>1stwebdesigner is a design blog dedicated to bloggers, freelancers, web-developers and designers. Topics focus on web design and inspirational articles.</description>
	<lastBuildDate>Mon, 13 Feb 2012 05:57:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Bank</title>
		<link>http://www.1stwebdesigner.com/tutorials/jquery-complete-beginners-part-2/comment-page-1/#comment-170706</link>
		<dc:creator>Bank</dc:creator>
		<pubDate>Mon, 16 Jan 2012 10:58:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.1stwebdesigner.com/?p=7103#comment-170706</guid>
		<description>The find function does not stop after the first descendants of the div element. It keeps going. It finds the immediate children, then the children of those children, and so on. Basically, find() searches all elements within the selected element, no matter how many levels down they are.&lt;a href=&quot;http://www.dcd-ag.ch/&quot; rel=&quot;nofollow&quot;&gt;bank&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>The find function does not stop after the first descendants of the div element. It keeps going. It finds the immediate children, then the children of those children, and so on. Basically, find() searches all elements within the selected element, no matter how many levels down they are.<a href="http://www.dcd-ag.ch/" rel="nofollow">bank</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vinod</title>
		<link>http://www.1stwebdesigner.com/tutorials/jquery-complete-beginners-part-2/comment-page-1/#comment-136403</link>
		<dc:creator>vinod</dc:creator>
		<pubDate>Thu, 17 Nov 2011 04:05:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.1stwebdesigner.com/?p=7103#comment-136403</guid>
		<description>Awesome!!
Please give link to the next part in this article itself.. I am finding it difficult to find the next part :(
Or did i miss some thing?</description>
		<content:encoded><![CDATA[<p>Awesome!!<br />
Please give link to the next part in this article itself.. I am finding it difficult to find the next part :(<br />
Or did i miss some thing?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shruti</title>
		<link>http://www.1stwebdesigner.com/tutorials/jquery-complete-beginners-part-2/comment-page-1/#comment-78958</link>
		<dc:creator>shruti</dc:creator>
		<pubDate>Mon, 25 Apr 2011 05:59:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.1stwebdesigner.com/?p=7103#comment-78958</guid>
		<description>hi,
very nice tutorial for the beginners. thanks a lot . one question. i tried to do this 

$(&#039;h2&#039;).siblings().animate({&#039;width&#039;: &#039;400px&#039;}, 1000);

for these html tags:

A heading 
A paragraph  
  
 A bigger heading 

this is working fine. But when i changed it to:

$(&#039;p&#039;).siblings().animate({&#039;width&#039;: &#039;400px&#039;}, 1000);

it is working for all the sieblings but not for  tag.
Is it necessary to give the above mentioned tag on  only?



it is not takiing for the  tag</description>
		<content:encoded><![CDATA[<p>hi,<br />
very nice tutorial for the beginners. thanks a lot . one question. i tried to do this </p>
<p>$(&#8216;h2&#8242;).siblings().animate({&#8216;width&#8217;: &#8217;400px&#8217;}, 1000);</p>
<p>for these html tags:</p>
<p>A heading<br />
A paragraph  </p>
<p> A bigger heading </p>
<p>this is working fine. But when i changed it to:</p>
<p>$(&#8216;p&#8217;).siblings().animate({&#8216;width&#8217;: &#8217;400px&#8217;}, 1000);</p>
<p>it is working for all the sieblings but not for  tag.<br />
Is it necessary to give the above mentioned tag on  only?</p>
<p>it is not takiing for the  tag</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: niblr</title>
		<link>http://www.1stwebdesigner.com/tutorials/jquery-complete-beginners-part-2/comment-page-1/#comment-34295</link>
		<dc:creator>niblr</dc:creator>
		<pubDate>Fri, 23 Apr 2010 16:32:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.1stwebdesigner.com/?p=7103#comment-34295</guid>
		<description>Great tutorial for beginners, thanks a lot!

Just a little little thing:
When you introduce the siblings(); function
&quot;A heading&quot;      should be    with the /h2 closing tag.
...but I think everyone knows that ;)

cheers</description>
		<content:encoded><![CDATA[<p>Great tutorial for beginners, thanks a lot!</p>
<p>Just a little little thing:<br />
When you introduce the siblings(); function<br />
&#8220;A heading&#8221;      should be    with the /h2 closing tag.<br />
&#8230;but I think everyone knows that ;)</p>
<p>cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saad Bassi</title>
		<link>http://www.1stwebdesigner.com/tutorials/jquery-complete-beginners-part-2/comment-page-1/#comment-33754</link>
		<dc:creator>Saad Bassi</dc:creator>
		<pubDate>Mon, 19 Apr 2010 10:08:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.1stwebdesigner.com/?p=7103#comment-33754</guid>
		<description>Will be published tomorrow.:)</description>
		<content:encoded><![CDATA[<p>Will be published tomorrow.:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nikola Dadić</title>
		<link>http://www.1stwebdesigner.com/tutorials/jquery-complete-beginners-part-2/comment-page-1/#comment-33748</link>
		<dc:creator>Nikola Dadić</dc:creator>
		<pubDate>Mon, 19 Apr 2010 09:05:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.1stwebdesigner.com/?p=7103#comment-33748</guid>
		<description>We are waiting for new tutorial!</description>
		<content:encoded><![CDATA[<p>We are waiting for new tutorial!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dainis Graveris</title>
		<link>http://www.1stwebdesigner.com/tutorials/jquery-complete-beginners-part-2/comment-page-1/#comment-32152</link>
		<dc:creator>Dainis Graveris</dc:creator>
		<pubDate>Thu, 01 Apr 2010 15:27:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.1stwebdesigner.com/?p=7103#comment-32152</guid>
		<description>it is lazy load wordpress plugin to save bandwidth and not load images which are not viewed :)</description>
		<content:encoded><![CDATA[<p>it is lazy load wordpress plugin to save bandwidth and not load images which are not viewed :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tuanka</title>
		<link>http://www.1stwebdesigner.com/tutorials/jquery-complete-beginners-part-2/comment-page-1/#comment-32022</link>
		<dc:creator>Tuanka</dc:creator>
		<pubDate>Wed, 31 Mar 2010 10:20:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.1stwebdesigner.com/?p=7103#comment-32022</guid>
		<description>Greate tutorial, keep going!</description>
		<content:encoded><![CDATA[<p>Greate tutorial, keep going!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bryan</title>
		<link>http://www.1stwebdesigner.com/tutorials/jquery-complete-beginners-part-2/comment-page-1/#comment-31806</link>
		<dc:creator>Bryan</dc:creator>
		<pubDate>Mon, 29 Mar 2010 14:03:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.1stwebdesigner.com/?p=7103#comment-31806</guid>
		<description>Great tutorial. I love it when people go back to the basics. I understand if you&#039;ve used it for a while these kinds of things seem like a given, but tutorials like this are really helpful for newbs like me. Thanks</description>
		<content:encoded><![CDATA[<p>Great tutorial. I love it when people go back to the basics. I understand if you&#8217;ve used it for a while these kinds of things seem like a given, but tutorials like this are really helpful for newbs like me. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nam124084</title>
		<link>http://www.1stwebdesigner.com/tutorials/jquery-complete-beginners-part-2/comment-page-1/#comment-31711</link>
		<dc:creator>nam124084</dc:creator>
		<pubDate>Sun, 28 Mar 2010 15:11:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.1stwebdesigner.com/?p=7103#comment-31711</guid>
		<description>Hi, sorry but i have one quesiton :)  .when i read our webpage , i see our image is load very beautiful when scroll down ( something like ... uh ..image &#039;s opacity from 0 to 1 ) . how did you do that ? . jquery ? or plugin ?</description>
		<content:encoded><![CDATA[<p>Hi, sorry but i have one quesiton :)  .when i read our webpage , i see our image is load very beautiful when scroll down ( something like &#8230; uh ..image &#8216;s opacity from 0 to 1 ) . how did you do that ? . jquery ? or plugin ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

