<?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 Link&#160;Nudging</title> <atom:link href="http://davidwalsh.name/jquery-link-nudging/feed" rel="self" type="application/rss+xml" /><link>http://davidwalsh.name/jquery-link-nudging</link> <description>Legendary scribbles about JavaScript, HTML5, AJAX, PHP, CSS, and ∞.</description> <lastBuildDate>Thu, 09 Feb 2012 09:55:41 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3</generator> <item><title>By: ips</title><link>http://davidwalsh.name/jquery-link-nudging/comment-page-1#comment-26306</link> <dc:creator>ips</dc:creator> <pubDate>Mon, 01 Aug 2011 01:13:09 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=815#comment-26306</guid> <description>Hi there this is kind of of off topic but I was wanting to know if blogs use WYSIWYG editors or if you have to manually code with HTML. I&#039;m starting a blog soon but have no coding know-how so I wanted to get guidance from someone with experience. Any help would be greatly appreciated!</description> <content:encoded><![CDATA[<p>Hi there this is kind of of off topic but I was wanting to know if blogs use WYSIWYG editors or if you have to manually code with HTML. I&#8217;m starting a blog soon but have no coding know-how so I wanted to get guidance from someone with experience. Any help would be greatly appreciated!</p> ]]></content:encoded> </item> <item><title>By: Fixed Mortgage Rate Deals</title><link>http://davidwalsh.name/jquery-link-nudging/comment-page-1#comment-24297</link> <dc:creator>Fixed Mortgage Rate Deals</dc:creator> <pubDate>Wed, 01 Jun 2011 22:23:45 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=815#comment-24297</guid> <description>I like the valuable information you provide in your articles. I will bookmark your weblog and check again here regularly. I am quite sure I’ll learn lots of new stuff right here! Best of luck for the next!</description> <content:encoded><![CDATA[<p>I like the valuable information you provide in your articles. I will bookmark your weblog and check again here regularly. I am quite sure I’ll learn lots of new stuff right here! Best of luck for the next!</p> ]]></content:encoded> </item> <item><title>By: Robert Chen</title><link>http://davidwalsh.name/jquery-link-nudging/comment-page-1#comment-22053</link> <dc:creator>Robert Chen</dc:creator> <pubDate>Mon, 20 Dec 2010 15:05:07 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=815#comment-22053</guid> <description>So I tried subscribing to your Feed, and it outputted a &quot;Malformed XML&quot; error... Can you tell me if it&#039;s just me or the site?</description> <content:encoded><![CDATA[<p>So I tried subscribing to your Feed, and it outputted a &#8220;Malformed XML&#8221; error&#8230; Can you tell me if it&#8217;s just me or the site?</p> ]]></content:encoded> </item> <item><title>By: ciptard</title><link>http://davidwalsh.name/jquery-link-nudging/comment-page-1#comment-21371</link> <dc:creator>ciptard</dc:creator> <pubDate>Mon, 22 Nov 2010 15:24:36 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=815#comment-21371</guid> <description>hey..
i&#039;ve implemented it in my website project..
but i change the code into this one:$(document).ready(function() {
$(&#039;#sidebar ul li ul li&#039;).hover(function() { //mouse in
$(this).animate({ marginLeft: &#039;5px&#039; }, 150);
}, function() { //mouse out
$(this).animate({ marginLeft: 0 }, 150);
});
});i changed &#039;padding&#039; to &#039;margin&#039;..it works fine..
once again, thanks for sharing this tuts..</description> <content:encoded><![CDATA[<p>hey..<br
/> i&#8217;ve implemented it in my website project..<br
/> but i change the code into this one:</p><p>$(document).ready(function() {<br
/> $(&#8216;#sidebar ul li ul li&#8217;).hover(function() { //mouse in<br
/> $(this).animate({ marginLeft: &#8217;5px&#8217; }, 150);<br
/> }, function() { //mouse out<br
/> $(this).animate({ marginLeft: 0 }, 150);<br
/> });<br
/> });</p><p>i changed &#8216;padding&#8217; to &#8216;margin&#8217;..</p><p>it works fine..<br
/> once again, thanks for sharing this tuts..</p> ]]></content:encoded> </item> <item><title>By: ciptard</title><link>http://davidwalsh.name/jquery-link-nudging/comment-page-1#comment-21369</link> <dc:creator>ciptard</dc:creator> <pubDate>Mon, 22 Nov 2010 07:43:13 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=815#comment-21369</guid> <description>wow..
it looks great..
this is what i searching for a few day..
thanks for sharing..</description> <content:encoded><![CDATA[<p>wow..<br
/> it looks great..<br
/> this is what i searching for a few day..<br
/> thanks for sharing..</p> ]]></content:encoded> </item> <item><title>By: Evan Samek</title><link>http://davidwalsh.name/jquery-link-nudging/comment-page-1#comment-21353</link> <dc:creator>Evan Samek</dc:creator> <pubDate>Fri, 19 Nov 2010 16:35:10 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=815#comment-21353</guid> <description>A more solid approach would be to make the parent element &lt;code&gt;position:relative;&lt;/code&gt; and these links &lt;code&gt;position:absolute;&lt;/code&gt;.Then use animate to increase or decrease the &lt;code&gt;left&lt;/code&gt; or &lt;code&gt;right&lt;/code&gt; position relative to the parent element. This would prevent nudging elements next to your animated element.@Mike, you may want to try that.</description> <content:encoded><![CDATA[<p>A more solid approach would be to make the parent element <code>position:relative;</code> and these links <code>position:absolute;</code>.</p><p>Then use animate to increase or decrease the <code>left</code> or <code>right</code> position relative to the parent element. This would prevent nudging elements next to your animated element.</p><p>@Mike, you may want to try that.</p> ]]></content:encoded> </item> <item><title>By: Phil M.</title><link>http://davidwalsh.name/jquery-link-nudging/comment-page-1#comment-20931</link> <dc:creator>Phil M.</dc:creator> <pubDate>Mon, 11 Oct 2010 11:13:31 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=815#comment-20931</guid> <description>Hi great tutorial!
only one question: how can I scale font instead of move? thanks!</description> <content:encoded><![CDATA[<p>Hi great tutorial!<br
/> only one question: how can I scale font instead of move? thanks!</p> ]]></content:encoded> </item> <item><title>By: Daniel Due</title><link>http://davidwalsh.name/jquery-link-nudging/comment-page-1#comment-19402</link> <dc:creator>Daniel Due</dc:creator> <pubDate>Tue, 17 Aug 2010 20:49:08 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=815#comment-19402</guid> <description>Trent: What a wonderful tweak! .. &quot;+=20&quot; This really did the trick.. I&#039;ve been working on this kinda effect in a vertical menu.. and the same thing happende level 2 li links returned to: padding-left: 0; and that really sucked.. Your way is more dynamic..One problem though: .. when using .stop().animate(....the problem is back.. after hover: padding-left: 0; once again..Awsome blog, awsome users.. :) I tend to learn more from comments than from any of jQuerys tuts..</description> <content:encoded><![CDATA[<p>Trent: What a wonderful tweak! .. &#8220;+=20&#8243; This really did the trick.. I&#8217;ve been working on this kinda effect in a vertical menu.. and the same thing happende level 2 li links returned to: padding-left: 0; and that really sucked.. Your way is more dynamic..</p><p>One problem though: .. when using .stop().animate(&#8230;.the problem is back.. after hover: padding-left: 0; once again..</p><p>Awsome blog, awsome users.. :) I tend to learn more from comments than from any of jQuerys tuts..</p> ]]></content:encoded> </item> <item><title>By: razvan</title><link>http://davidwalsh.name/jquery-link-nudging/comment-page-1#comment-16535</link> <dc:creator>razvan</dc:creator> <pubDate>Thu, 18 Mar 2010 11:57:14 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=815#comment-16535</guid> <description>how can I move ths link verticaly?</description> <content:encoded><![CDATA[<p>how can I move ths link verticaly?</p> ]]></content:encoded> </item> <item><title>By: NXqd</title><link>http://davidwalsh.name/jquery-link-nudging/comment-page-1#comment-16337</link> <dc:creator>NXqd</dc:creator> <pubDate>Thu, 04 Mar 2010 16:08:16 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=815#comment-16337</guid> <description>It&#039;s really nice sharing :)</description> <content:encoded><![CDATA[<p>It&#8217;s really nice sharing :)</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 1/17 queries in 0.016 seconds using disk: basic
Object Caching 873/874 objects using disk: basic

Served from: davidwalsh.name @ 2012-02-09 04:56:51 -->
