<?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/"
xmlns:series="http://unfoldingneurons.com/"
> <channel><title>Comments on: jQuery topLink&#160;Plugin</title> <atom:link href="http://davidwalsh.name/jquery-top-link/feed" rel="self" type="application/rss+xml" /><link>http://davidwalsh.name/jquery-top-link</link> <description>Legendary scribbles about JavaScript, HTML5, AJAX, PHP, CSS, and ∞.</description> <lastBuildDate>Thu, 09 Feb 2012 02:40:12 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3</generator> <item><title>By: Jack Black</title><link>http://davidwalsh.name/jquery-top-link/comment-page-1#comment-28571</link> <dc:creator>Jack Black</dc:creator> <pubDate>Wed, 18 Jan 2012 20:23:56 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=1738#comment-28571</guid> <description>Awkward on a wide screen monitor though, if the main site is centered at 960px, the &quot;top of page&quot; link appears waaaaay off to the right over there and probably goes un-noticed...</description> <content:encoded><![CDATA[<p>Awkward on a wide screen monitor though, if the main site is centered at 960px, the &#8220;top of page&#8221; link appears waaaaay off to the right over there and probably goes un-noticed&#8230;</p> ]]></content:encoded> </item> <item><title>By: SM</title><link>http://davidwalsh.name/jquery-top-link/comment-page-1#comment-28550</link> <dc:creator>SM</dc:creator> <pubDate>Mon, 16 Jan 2012 21:34:57 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=1738#comment-28550</guid> <description>Very nice, what i was really looking for, let me just place a small image , hope would be perfect. thank you!</description> <content:encoded><![CDATA[<p>Very nice, what i was really looking for, let me just place a small image , hope would be perfect. thank you!</p> ]]></content:encoded> </item> <item><title>By: David Walsh</title><link>http://davidwalsh.name/jquery-top-link/comment-page-1#comment-28338</link> <dc:creator>David Walsh</dc:creator> <pubDate>Mon, 02 Jan 2012 15:19:01 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=1738#comment-28338</guid> <description>Hello Grant,Per your questions:1.  A tiny bit of work would need to be done to swap out the link text and href within this block:&lt;code&gt;
if($(window).scrollTop() &gt;= settings.min) {
el.fadeIn(settings.fadeSpeed);
}
else {
el.fadeOut(settings.fadeSpeed);
}
&lt;/code&gt;2.  Use it however you&#039;d like!</description> <content:encoded><![CDATA[<p>Hello Grant,</p><p>Per your questions:</p><p>1.  A tiny bit of work would need to be done to swap out the link text and href within this block:</p><p><code><br
/> if($(window).scrollTop() >= settings.min) {<br
/> el.fadeIn(settings.fadeSpeed);<br
/> }<br
/> else {<br
/> el.fadeOut(settings.fadeSpeed);<br
/> }<br
/> </code></p><p>2.  Use it however you&#8217;d like!</p> ]]></content:encoded> </item> <item><title>By: Grant Bailey</title><link>http://davidwalsh.name/jquery-top-link/comment-page-1#comment-28319</link> <dc:creator>Grant Bailey</dc:creator> <pubDate>Mon, 02 Jan 2012 03:44:15 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=1738#comment-28319</guid> <description>Dear David,Happy new year.Many thanks for publishing your plugin.I publish long text-based web documents for use by my students. In addition to the &#039;Top of Page&#039; link I would also like to add a &#039;Bottom of Page&#039; link so that students can jump straight to the bottom of the page. Also, when the student is mid-page, I&#039;d like both the &#039;Top of Page&#039; and &#039;Bottom of Page&#039; links to be visible. Is there any straightforward way of achieving this using your plugin. I am not a jQuery / Javascript expert so I would be very grateful if you could advise me.Second: does your licence allow me to use your plugin on my University&#039;s web site. The pages in which it would be used will be accessible only to students and instructional staff.I would be grateful for your responses.Many thanks and kind regards,Grant Bailey
University of Western Sydney</description> <content:encoded><![CDATA[<p>Dear David,</p><p>Happy new year.</p><p>Many thanks for publishing your plugin.</p><p>I publish long text-based web documents for use by my students. In addition to the &#8216;Top of Page&#8217; link I would also like to add a &#8216;Bottom of Page&#8217; link so that students can jump straight to the bottom of the page. Also, when the student is mid-page, I&#8217;d like both the &#8216;Top of Page&#8217; and &#8216;Bottom of Page&#8217; links to be visible. Is there any straightforward way of achieving this using your plugin. I am not a jQuery / Javascript expert so I would be very grateful if you could advise me.</p><p>Second: does your licence allow me to use your plugin on my University&#8217;s web site. The pages in which it would be used will be accessible only to students and instructional staff.</p><p>I would be grateful for your responses.</p><p>Many thanks and kind regards,</p><p>Grant Bailey<br
/> University of Western Sydney</p> ]]></content:encoded> </item> <item><title>By: helppp</title><link>http://davidwalsh.name/jquery-top-link/comment-page-1#comment-27732</link> <dc:creator>helppp</dc:creator> <pubDate>Fri, 25 Nov 2011 09:49:20 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=1738#comment-27732</guid> <description>Comment this code, and top menu link should work (in Chrome and Ie (windows 7) works and not in firefox)://smoothscroll
/*$(&#039;#top-link&#039;).click(function(e) {
e.preventDefault();
$.scrollTo(0,300);
});*/</description> <content:encoded><![CDATA[<p>Comment this code, and top menu link should work (in Chrome and Ie (windows 7) works and not in firefox):</p><p> //smoothscroll<br
/> /*$(&#8216;#top-link&#8217;).click(function(e) {<br
/> e.preventDefault();<br
/> $.scrollTo(0,300);<br
/> });*/</p> ]]></content:encoded> </item> <item><title>By: Jan</title><link>http://davidwalsh.name/jquery-top-link/comment-page-1#comment-27576</link> <dc:creator>Jan</dc:creator> <pubDate>Sat, 12 Nov 2011 23:37:20 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=1738#comment-27576</guid> <description>Sorry for the tripple post!</description> <content:encoded><![CDATA[<p>Sorry for the tripple post!</p> ]]></content:encoded> </item> <item><title>By: Jan</title><link>http://davidwalsh.name/jquery-top-link/comment-page-1#comment-27575</link> <dc:creator>Jan</dc:creator> <pubDate>Sat, 12 Nov 2011 23:35:43 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=1738#comment-27575</guid> <description>Hi,
how could I use this to scoll to an Anchor?BR</description> <content:encoded><![CDATA[<p>Hi,<br
/> how could I use this to scoll to an Anchor?</p><p>BR</p> ]]></content:encoded> </item> <item><title>By: M</title><link>http://davidwalsh.name/jquery-top-link/comment-page-1#comment-27172</link> <dc:creator>M</dc:creator> <pubDate>Fri, 07 Oct 2011 15:05:42 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=1738#comment-27172</guid> <description>Great post! But if I quickly use mousewheel to scroll up and down, the animation continues by itself. Can I use stop() somewhere to correct this behaviour? Appart form that, great tutorial, thanks.</description> <content:encoded><![CDATA[<p>Great post! But if I quickly use mousewheel to scroll up and down, the animation continues by itself. Can I use stop() somewhere to correct this behaviour? Appart form that, great tutorial, thanks.</p> ]]></content:encoded> </item> <item><title>By: M</title><link>http://davidwalsh.name/jquery-top-link/comment-page-1#comment-27171</link> <dc:creator>M</dc:creator> <pubDate>Fri, 07 Oct 2011 15:04:34 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=1738#comment-27171</guid> <description>Nice plugin, thanks. If I quickly scroll up and down with the mousewheel, the animation continues. Should I use stop() somewhere to correct this behaviour ? Please advise, thanks!
-Mark</description> <content:encoded><![CDATA[<p>Nice plugin, thanks. If I quickly scroll up and down with the mousewheel, the animation continues. Should I use stop() somewhere to correct this behaviour ? Please advise, thanks!<br
/> -Mark</p> ]]></content:encoded> </item> <item><title>By: Shaun McCran</title><link>http://davidwalsh.name/jquery-top-link/comment-page-1#comment-26994</link> <dc:creator>Shaun McCran</dc:creator> <pubDate>Mon, 26 Sep 2011 20:48:18 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=1738#comment-26994</guid> <description>Hi,
Top example, really easy to implement too.Also works fine in IE 9, so bonus!
Shaun</description> <content:encoded><![CDATA[<p>Hi,<br
/> Top example, really easy to implement too.</p><p>Also works fine in IE 9, so bonus!<br
/> Shaun</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 2/18 queries in 0.015 seconds using disk: basic
Object Caching 875/878 objects using disk: basic

Served from: davidwalsh.name @ 2012-02-09 01:16:39 -->
