<?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: Understanding this, $(this), and event in a JQuery callback function</title>
	<atom:link href="http://www.pkshiu.com/loft/archive/2009/01/understanding-this-this-and-event-in-a-jquery-callback-function/feed" rel="self" type="application/rss+xml" />
	<link>http://www.pkshiu.com/loft/archive/2009/01/understanding-this-this-and-event-in-a-jquery-callback-function</link>
	<description>Thoughts without walls</description>
	<lastBuildDate>Mon, 23 Jan 2012 16:49:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: GuggiTanvi</title>
		<link>http://www.pkshiu.com/loft/archive/2009/01/understanding-this-this-and-event-in-a-jquery-callback-function/comment-page-1#comment-2815</link>
		<dc:creator>GuggiTanvi</dc:creator>
		<pubDate>Fri, 23 Sep 2011 16:38:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.pkshiu.com/loft/?p=656#comment-2815</guid>
		<description>Hello Everyone,
In JQuery callback function will execute when animation effect has finished. Assume that if animation effect applies on image and effect is not finished and execution is reached on next line then in this situation code will generate error................... for more details please check out this link...http://mindstick.com/Articles/962b9fcf-41b9-4093-9bcb-7e1ed2bbb8ab/?JQuery%20callback%20method  

Thanks !!!!!!!!!!!!!!!!!!!</description>
		<content:encoded><![CDATA[<p>Hello Everyone,<br />
In JQuery callback function will execute when animation effect has finished. Assume that if animation effect applies on image and effect is not finished and execution is reached on next line then in this situation code will generate error&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;. for more details please check out this link&#8230;http://mindstick.com/Articles/962b9fcf-41b9-4093-9bcb-7e1ed2bbb8ab/?JQuery%20callback%20method  </p>
<p>Thanks !!!!!!!!!!!!!!!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephan</title>
		<link>http://www.pkshiu.com/loft/archive/2009/01/understanding-this-this-and-event-in-a-jquery-callback-function/comment-page-1#comment-2756</link>
		<dc:creator>Stephan</dc:creator>
		<pubDate>Wed, 01 Jun 2011 17:27:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.pkshiu.com/loft/?p=656#comment-2756</guid>
		<description>By the way: IDs must not start with a number. To quote the W3C:
&lt;blockquote&gt;
ID and NAME tokens must begin with a letter ([A-Za-z]) and may be followed by any number of letters, digits ([0-9]), hyphens (&quot;-&quot;), underscores (&quot;_&quot;), colons (&quot;:&quot;), and periods (&quot;.&quot;).
&lt;/blockquote&gt;
&lt;cite&gt;&lt;a href=&quot;http://www.w3.org/TR/html4/types.html#h-6.2&quot; rel=&quot;nofollow&quot;&gt;W3C&lt;/cite&gt;</description>
		<content:encoded><![CDATA[<p>By the way: IDs must not start with a number. To quote the W3C:</p>
<blockquote><p>
ID and NAME tokens must begin with a letter ([A-Za-z]) and may be followed by any number of letters, digits ([0-9]), hyphens (&#8220;-&#8221;), underscores (&#8220;_&#8221;), colons (&#8220;:&#8221;), and periods (&#8220;.&#8221;).
</p></blockquote>
<p><cite><a href="http://www.w3.org/TR/html4/types.html#h-6.2" rel="nofollow">W3C</a></cite></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://www.pkshiu.com/loft/archive/2009/01/understanding-this-this-and-event-in-a-jquery-callback-function/comment-page-1#comment-1235</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Wed, 28 Apr 2010 00:19:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.pkshiu.com/loft/?p=656#comment-1235</guid>
		<description>Nice article but the demo does not work when the link opens in my IE 8. This undermines the credibility of your article.</description>
		<content:encoded><![CDATA[<p>Nice article but the demo does not work when the link opens in my IE 8. This undermines the credibility of your article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pk</title>
		<link>http://www.pkshiu.com/loft/archive/2009/01/understanding-this-this-and-event-in-a-jquery-callback-function/comment-page-1#comment-1066</link>
		<dc:creator>pk</dc:creator>
		<pubDate>Tue, 30 Mar 2010 01:16:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.pkshiu.com/loft/?p=656#comment-1066</guid>
		<description>Thanks Rams for pointing that out !</description>
		<content:encoded><![CDATA[<p>Thanks Rams for pointing that out !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rams</title>
		<link>http://www.pkshiu.com/loft/archive/2009/01/understanding-this-this-and-event-in-a-jquery-callback-function/comment-page-1#comment-946</link>
		<dc:creator>Rams</dc:creator>
		<pubDate>Fri, 19 Mar 2010 08:29:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.pkshiu.com/loft/?p=656#comment-946</guid>
		<description>alright! it&#039;s working also on firefox now, only after commenting the following lines.
//    console.log(&#039;clicked&#039;);
//    console.log(&#039;this=&#039; + this);
//    console.log(&#039;event.target=&#039; + event.target);

i don&#039;t know why but for some reason, firefox doesn&#039;t seem to understand the above DOM elements</description>
		<content:encoded><![CDATA[<p>alright! it&#8217;s working also on firefox now, only after commenting the following lines.<br />
//    console.log(&#8216;clicked&#8217;);<br />
//    console.log(&#8216;this=&#8217; + this);<br />
//    console.log(&#8216;event.target=&#8217; + event.target);</p>
<p>i don&#8217;t know why but for some reason, firefox doesn&#8217;t seem to understand the above DOM elements</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rams</title>
		<link>http://www.pkshiu.com/loft/archive/2009/01/understanding-this-this-and-event-in-a-jquery-callback-function/comment-page-1#comment-945</link>
		<dc:creator>Rams</dc:creator>
		<pubDate>Thu, 18 Mar 2010 15:10:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.pkshiu.com/loft/?p=656#comment-945</guid>
		<description>i checked out this example. and doesn&#039;t work on Mozilla Firefox Ver3.6. works fine on IE8 and IE7. any idea what&#039;s the reason would be? help is appreciated. thanks in advance. good luck!!!</description>
		<content:encoded><![CDATA[<p>i checked out this example. and doesn&#8217;t work on Mozilla Firefox Ver3.6. works fine on IE8 and IE7. any idea what&#8217;s the reason would be? help is appreciated. thanks in advance. good luck!!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

