<?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: Load Content While Scrolling With jQuery</title>
	<atom:link href="http://www.webresourcesdepot.com/load-content-while-scrolling-with-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webresourcesdepot.com/load-content-while-scrolling-with-jquery/</link>
	<description>Free Web Resources</description>
	<lastBuildDate>Sat, 21 Nov 2009 05:25:32 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Joakim</title>
		<link>http://www.webresourcesdepot.com/load-content-while-scrolling-with-jquery/comment-page-2/#comment-86429</link>
		<dc:creator>Joakim</dc:creator>
		<pubDate>Sat, 31 Oct 2009 09:48:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=327#comment-86429</guid>
		<description>Hi, I am looking at your demo with MSIE 8.0 and onces it starts to scrool with the mousewheel, it creates dupes of every 5 records?</description>
		<content:encoded><![CDATA[<p>Hi, I am looking at your demo with MSIE 8.0 and onces it starts to scrool with the mousewheel, it creates dupes of every 5 records?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shahriar Hyder</title>
		<link>http://www.webresourcesdepot.com/load-content-while-scrolling-with-jquery/comment-page-2/#comment-81500</link>
		<dc:creator>Shahriar Hyder</dc:creator>
		<pubDate>Mon, 12 Oct 2009 05:11:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=327#comment-81500</guid>
		<description>Nice one mate. I have also added the link to your post in my Ultimate collection of top jQuery tutorials, tips-tricks and techniques to improve performance. Have a check below:

http://technosiastic.wordpress.com/2009/09/24/collection-of-top-jquery-tutorials-tips-tricks-techniques-to-improve-performance/</description>
		<content:encoded><![CDATA[<p>Nice one mate. I have also added the link to your post in my Ultimate collection of top jQuery tutorials, tips-tricks and techniques to improve performance. Have a check below:</p>
<p><a href="http://technosiastic.wordpress.com/2009/09/24/collection-of-top-jquery-tutorials-tips-tricks-techniques-to-improve-performance/" rel="nofollow">http://technosiastic.wordpress.com/2009/09/24/collection-of-top-jquery-tutorials-tips-tricks-techniques-to-improve-performance/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aaron</title>
		<link>http://www.webresourcesdepot.com/load-content-while-scrolling-with-jquery/comment-page-2/#comment-78351</link>
		<dc:creator>aaron</dc:creator>
		<pubDate>Mon, 28 Sep 2009 17:57:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=327#comment-78351</guid>
		<description>got it....

create a div: Load more

then add this inside of the document.ready function:

var loadMore = $(&#039;#more&#039;); 
		loadMore.click(function(){
		lastPostFunc();
		});

I removed the scrolling function because my mouse scroll wheel would execute the same query 4 times in a row.</description>
		<content:encoded><![CDATA[<p>got it&#8230;.</p>
<p>create a div: Load more</p>
<p>then add this inside of the document.ready function:</p>
<p>var loadMore = $(&#8217;#more&#8217;);<br />
		loadMore.click(function(){<br />
		lastPostFunc();<br />
		});</p>
<p>I removed the scrolling function because my mouse scroll wheel would execute the same query 4 times in a row.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aaron</title>
		<link>http://www.webresourcesdepot.com/load-content-while-scrolling-with-jquery/comment-page-2/#comment-78266</link>
		<dc:creator>aaron</dc:creator>
		<pubDate>Mon, 28 Sep 2009 07:08:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=327#comment-78266</guid>
		<description>is there any way to load more content on click instead by scrolling?</description>
		<content:encoded><![CDATA[<p>is there any way to load more content on click instead by scrolling?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Umut M.</title>
		<link>http://www.webresourcesdepot.com/load-content-while-scrolling-with-jquery/comment-page-2/#comment-77346</link>
		<dc:creator>Umut M.</dc:creator>
		<pubDate>Wed, 23 Sep 2009 16:04:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=327#comment-77346</guid>
		<description>@patrick,
I both agree &amp; disagree. For me, it depends the place it is used at (like Google Reader works amazing for me).

@Coddie,
I haven&#039;t done anything yet but &quot;animate&quot; function can help you. I suggest you check the jQuery documentation for that.</description>
		<content:encoded><![CDATA[<p>@patrick,<br />
I both agree &#038; disagree. For me, it depends the place it is used at (like Google Reader works amazing for me).</p>
<p>@Coddie,<br />
I haven&#8217;t done anything yet but &#8220;animate&#8221; function can help you. I suggest you check the jQuery documentation for that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Coddie</title>
		<link>http://www.webresourcesdepot.com/load-content-while-scrolling-with-jquery/comment-page-2/#comment-77325</link>
		<dc:creator>Coddie</dc:creator>
		<pubDate>Wed, 23 Sep 2009 14:04:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=327#comment-77325</guid>
		<description>This is &quot;ALMOST&quot; what i have been looking for for ages .....
Good work Sir !
Question:
Is it possible to add an &quot;on page load&quot; function that would automatically start the scroll? and if so - HOW ?

ie. an automatic scroller that starts on page load, like the rolling credits at the end of a movie.

I have been struggling with this and your help would be Awesome.

:-)
Cheers</description>
		<content:encoded><![CDATA[<p>This is &#8220;ALMOST&#8221; what i have been looking for for ages &#8230;..<br />
Good work Sir !<br />
Question:<br />
Is it possible to add an &#8220;on page load&#8221; function that would automatically start the scroll? and if so &#8211; HOW ?</p>
<p>ie. an automatic scroller that starts on page load, like the rolling credits at the end of a movie.</p>
<p>I have been struggling with this and your help would be Awesome.</p>
<p> <img src='http://www.webresourcesdepot.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: patrick</title>
		<link>http://www.webresourcesdepot.com/load-content-while-scrolling-with-jquery/comment-page-2/#comment-66087</link>
		<dc:creator>patrick</dc:creator>
		<pubDate>Tue, 04 Aug 2009 06:21:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=327#comment-66087</guid>
		<description>Worst interface &quot;enhancement&quot; ajax has brought to the web world yet.  I get so lost when I am scrolling, and then all of a sudden the page size doubles. It&#039;s just confusing. I&#039;ve seen this first on slashdot, and then dabbled with a firefox plugin that enables this behavior on normal pagination pages; and have grown to hate using this interface. I would much rather have pages (which then either replace the content, or append to the bottom of the page). At least this is a known action (I click on a button/link and something will happen), rather than an unknown (Hmm, if I scroll maybe the page will change size).</description>
		<content:encoded><![CDATA[<p>Worst interface &#8220;enhancement&#8221; ajax has brought to the web world yet.  I get so lost when I am scrolling, and then all of a sudden the page size doubles. It&#8217;s just confusing. I&#8217;ve seen this first on slashdot, and then dabbled with a firefox plugin that enables this behavior on normal pagination pages; and have grown to hate using this interface. I would much rather have pages (which then either replace the content, or append to the bottom of the page). At least this is a known action (I click on a button/link and something will happen), rather than an unknown (Hmm, if I scroll maybe the page will change size).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WAMPvn</title>
		<link>http://www.webresourcesdepot.com/load-content-while-scrolling-with-jquery/comment-page-2/#comment-65708</link>
		<dc:creator>WAMPvn</dc:creator>
		<pubDate>Sat, 01 Aug 2009 03:53:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=327#comment-65708</guid>
		<description>Very nice application. i can get starting re-designing my website.</description>
		<content:encoded><![CDATA[<p>Very nice application. i can get starting re-designing my website.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zamshed Farhan</title>
		<link>http://www.webresourcesdepot.com/load-content-while-scrolling-with-jquery/comment-page-2/#comment-58166</link>
		<dc:creator>Zamshed Farhan</dc:creator>
		<pubDate>Tue, 30 Jun 2009 03:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=327#comment-58166</guid>
		<description>very nice and helpful.
thnx to author.
http://www.zamshed.info/tech/</description>
		<content:encoded><![CDATA[<p>very nice and helpful.<br />
thnx to author.<br />
<a href="http://www.zamshed.info/tech/" rel="nofollow">http://www.zamshed.info/tech/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean Hood</title>
		<link>http://www.webresourcesdepot.com/load-content-while-scrolling-with-jquery/comment-page-2/#comment-48648</link>
		<dc:creator>Sean Hood</dc:creator>
		<pubDate>Thu, 07 May 2009 23:27:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=327#comment-48648</guid>
		<description>hi ive now got my server problems fixed so here&#039;s a demo

http://dev.seanhood.co.uk/scrollLoad/

just making a proper info page for it now

Sean</description>
		<content:encoded><![CDATA[<p>hi ive now got my server problems fixed so here&#8217;s a demo</p>
<p><a href="http://dev.seanhood.co.uk/scrollLoad/" rel="nofollow">http://dev.seanhood.co.uk/scrollLoad/</a></p>
<p>just making a proper info page for it now</p>
<p>Sean</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in -0.667 seconds -->
