<?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 101 &#8211; Learning the Basics</title>
	<atom:link href="https://creativeindividual.co.uk/2012/06/jquery-101-learning-the-basics/feed/" rel="self" type="application/rss+xml" />
	<link>https://creativeindividual.co.uk/2012/06/jquery-101-learning-the-basics/</link>
	<description>A Place of Inspiration</description>
	<lastBuildDate>Mon, 06 Nov 2017 13:55:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4</generator>
	<item>
		<title>By: Upendra</title>
		<link>https://creativeindividual.co.uk/2012/06/jquery-101-learning-the-basics/comment-page-1/#comment-929</link>
		<dc:creator>Upendra</dc:creator>
		<pubDate>Fri, 07 Dec 2012 23:27:08 +0000</pubDate>
		<guid isPermaLink="false">http://creativeindividual.co.uk/?p=354#comment-929</guid>
		<description>Great tutorial.... 
I think in the last you make mistake.... may be intentionally......
 } else {
            $(this).removeClass(&quot;completed&quot;);
        }

i think it will be

 } else {
            $(this).addClass(&quot;completed&quot;);
        }
But i thank u for this.....</description>
		<content:encoded><![CDATA[<p>Great tutorial&#8230;.<br />
I think in the last you make mistake&#8230;. may be intentionally&#8230;&#8230;<br />
 } else {<br />
            $(this).removeClass(&#8220;completed&#8221;);<br />
        }</p>
<p>i think it will be</p>
<p> } else {<br />
            $(this).addClass(&#8220;completed&#8221;);<br />
        }<br />
But i thank u for this&#8230;..</p>
]]></content:encoded>
	</item>
</channel>
</rss>
