<?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: Special scroll events for jQuery</title>
	<atom:link href="http://james.padolsey.com/javascript/special-scroll-events-for-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://james.padolsey.com/javascript/special-scroll-events-for-jquery/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 02 Sep 2010 20:23:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Filipi</title>
		<link>http://james.padolsey.com/javascript/special-scroll-events-for-jquery/comment-page-1/#comment-23333</link>
		<dc:creator>Filipi</dc:creator>
		<pubDate>Fri, 30 Oct 2009 17:28:03 +0000</pubDate>
		<guid isPermaLink="false">http://james.padolsey.com/?p=996#comment-23333</guid>
		<description>Hi james... I want to put your code together to mine on a open source plugin handling scrolling events. There&#039;s no License reference on your code.

Do you mind if I release this plugin with your code together (obviously with the reference to yours)?</description>
		<content:encoded><![CDATA[<p>Hi james&#8230; I want to put your code together to mine on a open source plugin handling scrolling events. There&#8217;s no License reference on your code.</p>
<p>Do you mind if I release this plugin with your code together (obviously with the reference to yours)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ben babics</title>
		<link>http://james.padolsey.com/javascript/special-scroll-events-for-jquery/comment-page-1/#comment-16888</link>
		<dc:creator>ben babics</dc:creator>
		<pubDate>Wed, 22 Jul 2009 00:59:46 +0000</pubDate>
		<guid isPermaLink="false">http://james.padolsey.com/?p=996#comment-16888</guid>
		<description>I&#039;ve been in need of a &quot;scrollstop&quot; event for a project I&#039;m working on and this worked flawlessly... the first time! You are a true jQuery gangsta! :)

Thanks,
Ben</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been in need of a &#8220;scrollstop&#8221; event for a project I&#8217;m working on and this worked flawlessly&#8230; the first time! You are a true jQuery gangsta! <img src='http://james.padolsey.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks,<br />
Ben</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mahbub</title>
		<link>http://james.padolsey.com/javascript/special-scroll-events-for-jquery/comment-page-1/#comment-16559</link>
		<dc:creator>Mahbub</dc:creator>
		<pubDate>Thu, 16 Jul 2009 08:47:57 +0000</pubDate>
		<guid isPermaLink="false">http://james.padolsey.com/?p=996#comment-16559</guid>
		<description>Nice plugin! Thinking of implementing in registration pages or some lazy load pages.</description>
		<content:encoded><![CDATA[<p>Nice plugin! Thinking of implementing in registration pages or some lazy load pages.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Janko</title>
		<link>http://james.padolsey.com/javascript/special-scroll-events-for-jquery/comment-page-1/#comment-16349</link>
		<dc:creator>Janko</dc:creator>
		<pubDate>Mon, 13 Jul 2009 15:32:49 +0000</pubDate>
		<guid isPermaLink="false">http://james.padolsey.com/?p=996#comment-16349</guid>
		<description>Very clever solution, good work.</description>
		<content:encoded><![CDATA[<p>Very clever solution, good work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vipul Limbachiya</title>
		<link>http://james.padolsey.com/javascript/special-scroll-events-for-jquery/comment-page-1/#comment-16347</link>
		<dc:creator>Vipul Limbachiya</dc:creator>
		<pubDate>Mon, 13 Jul 2009 14:42:38 +0000</pubDate>
		<guid isPermaLink="false">http://james.padolsey.com/?p=996#comment-16347</guid>
		<description>Gr8 plugin!! will really help me! Thanks for sharing</description>
		<content:encoded><![CDATA[<p>Gr8 plugin!! will really help me! Thanks for sharing</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://james.padolsey.com/javascript/special-scroll-events-for-jquery/comment-page-1/#comment-16341</link>
		<dc:creator>James</dc:creator>
		<pubDate>Mon, 13 Jul 2009 13:33:34 +0000</pubDate>
		<guid isPermaLink="false">http://james.padolsey.com/?p=996#comment-16341</guid>
		<description>@David, Thanks! I completely forgot that part; jQuery takes care of all the handling but I forgot that I&#039;d bound an additional handler that jQuery didn&#039;t know was related... Anyway, all fixed now! Thanks! :)</description>
		<content:encoded><![CDATA[<p>@David, Thanks! I completely forgot that part; jQuery takes care of all the handling but I forgot that I&#8217;d bound an additional handler that jQuery didn&#8217;t know was related&#8230; Anyway, all fixed now! Thanks! <img src='http://james.padolsey.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://james.padolsey.com/javascript/special-scroll-events-for-jquery/comment-page-1/#comment-16338</link>
		<dc:creator>David</dc:creator>
		<pubDate>Mon, 13 Jul 2009 13:04:47 +0000</pubDate>
		<guid isPermaLink="false">http://james.padolsey.com/?p=996#comment-16338</guid>
		<description>Excellent writeup, thanx! As you said, now with your example, mr Aarons Special Events article suddenly makes perfect sense.

Just to nitpick a bit (and make sure I have actually grasped the goings on) - shouldn&#039;t you, in both teardown functions, unbind the scroll event? Since now, if I bind scrollstart/stop to an element, and then for whatever reason unbind the same event, the scroll event (bound by the scrollstart/stop setup) will still be bound, and I only THINK I&#039;ve made my bed. :)</description>
		<content:encoded><![CDATA[<p>Excellent writeup, thanx! As you said, now with your example, mr Aarons Special Events article suddenly makes perfect sense.</p>
<p>Just to nitpick a bit (and make sure I have actually grasped the goings on) &#8211; shouldn&#8217;t you, in both teardown functions, unbind the scroll event? Since now, if I bind scrollstart/stop to an element, and then for whatever reason unbind the same event, the scroll event (bound by the scrollstart/stop setup) will still be bound, and I only THINK I&#8217;ve made my bed. <img src='http://james.padolsey.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jerome</title>
		<link>http://james.padolsey.com/javascript/special-scroll-events-for-jquery/comment-page-1/#comment-16222</link>
		<dc:creator>Jerome</dc:creator>
		<pubDate>Sat, 11 Jul 2009 22:22:31 +0000</pubDate>
		<guid isPermaLink="false">http://james.padolsey.com/?p=996#comment-16222</guid>
		<description>Wow, I&#039;ve struggling with scrollends for a horizontal scroll just this week for a new project. I found a way to solve several issues but with your special event it makes my code a whole lot easier. Good job you did there. Tested it in Safari 4.0 and Firefox 3.5 on a mac and works just fine! Keep up the good work!</description>
		<content:encoded><![CDATA[<p>Wow, I&#8217;ve struggling with scrollends for a horizontal scroll just this week for a new project. I found a way to solve several issues but with your special event it makes my code a whole lot easier. Good job you did there. Tested it in Safari 4.0 and Firefox 3.5 on a mac and works just fine! Keep up the good work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy</title>
		<link>http://james.padolsey.com/javascript/special-scroll-events-for-jquery/comment-page-1/#comment-16197</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Sat, 11 Jul 2009 13:16:35 +0000</pubDate>
		<guid isPermaLink="false">http://james.padolsey.com/?p=996#comment-16197</guid>
		<description>Great plugin! Just need to figure out how and when to use it.</description>
		<content:encoded><![CDATA[<p>Great plugin! Just need to figure out how and when to use it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
