<?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: iPhone Click Effect Using MooTools or&#160;jQuery</title> <atom:link href="http://davidwalsh.name/iphone-click/feed" rel="self" type="application/rss+xml" /><link>http://davidwalsh.name/iphone-click</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: Hamid</title><link>http://davidwalsh.name/iphone-click/comment-page-1#comment-17675</link> <dc:creator>Hamid</dc:creator> <pubDate>Tue, 18 May 2010 16:38:02 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3746#comment-17675</guid> <description>i think it is better if you use this :a {
outline: none;
}</description> <content:encoded><![CDATA[<p>i think it is better if you use this :</p><p>a {<br
/> outline: none;<br
/> }</p> ]]></content:encoded> </item> <item><title>By: Grauer</title><link>http://davidwalsh.name/iphone-click/comment-page-1#comment-15114</link> <dc:creator>Grauer</dc:creator> <pubDate>Fri, 08 Jan 2010 05:09:34 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3746#comment-15114</guid> <description>I&#039;d humbly suggest a mousedown for the addClass and mouseup and mouseout for removeClass to better resemble iPhone functionality.</description> <content:encoded><![CDATA[<p>I&#8217;d humbly suggest a mousedown for the addClass and mouseup and mouseout for removeClass to better resemble iPhone functionality.</p> ]]></content:encoded> </item> <item><title>By: Al</title><link>http://davidwalsh.name/iphone-click/comment-page-1#comment-13054</link> <dc:creator>Al</dc:creator> <pubDate>Thu, 29 Oct 2009 10:49:28 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3746#comment-13054</guid> <description>Would like to know how to apply it to a specific div so that it&#039;s not applied to all clickable links including pics, thx.</description> <content:encoded><![CDATA[<p>Would like to know how to apply it to a specific div so that it&#8217;s not applied to all clickable links including pics, thx.</p> ]]></content:encoded> </item> <item><title>By: Andrew</title><link>http://davidwalsh.name/iphone-click/comment-page-1#comment-12602</link> <dc:creator>Andrew</dc:creator> <pubDate>Mon, 12 Oct 2009 21:09:06 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3746#comment-12602</guid> <description>Personally, I don&#039;t think he was trying to show a better than css way, simply showing up to do. Also, if we&#039;re doing this for Safari, should we not be using the -webkit-border-radius? I was under the impression Safari doesn&#039;t use the -moz. Cheers.</description> <content:encoded><![CDATA[<p>Personally, I don&#8217;t think he was trying to show a better than css way, simply showing up to do. Also, if we&#8217;re doing this for Safari, should we not be using the -webkit-border-radius? I was under the impression Safari doesn&#8217;t use the -moz. Cheers.</p> ]]></content:encoded> </item> <item><title>By: Adrian von Gegerfelt</title><link>http://davidwalsh.name/iphone-click/comment-page-1#comment-12168</link> <dc:creator>Adrian von Gegerfelt</dc:creator> <pubDate>Fri, 25 Sep 2009 12:25:00 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3746#comment-12168</guid> <description>Agree, the :active selector is there for a reason, and you don&#039;t need any javascript at all for it!</description> <content:encoded><![CDATA[<p>Agree, the :active selector is there for a reason, and you don&#8217;t need any javascript at all for it!</p> ]]></content:encoded> </item> <item><title>By: David Chambers</title><link>http://davidwalsh.name/iphone-click/comment-page-1#comment-12144</link> <dc:creator>David Chambers</dc:creator> <pubDate>Thu, 24 Sep 2009 11:50:41 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3746#comment-12144</guid> <description>I don&#039;t mean to repeat what others have already stated, but I have to agree that CSS is the right tool for this task.I believe that :focus is what you&#039;re after, not :active. The link remains &quot;focused&quot; even after the mouse button is released.</description> <content:encoded><![CDATA[<p>I don&#8217;t mean to repeat what others have already stated, but I have to agree that CSS is the right tool for this task.</p><p>I believe that :focus is what you&#8217;re after, not :active. The link remains &#8220;focused&#8221; even after the mouse button is released.</p> ]]></content:encoded> </item> <item><title>By: Montana Flynn</title><link>http://davidwalsh.name/iphone-click/comment-page-1#comment-12094</link> <dc:creator>Montana Flynn</dc:creator> <pubDate>Tue, 22 Sep 2009 21:46:24 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3746#comment-12094</guid> <description>I hardly see anything that resembles the iPhone UI, but thanks for the post and the mootools &amp; jQuery comparison code.   Also I love your code preview, it is FTW.</description> <content:encoded><![CDATA[<p>I hardly see anything that resembles the iPhone UI, but thanks for the post and the mootools &amp; jQuery comparison code.   Also I love your code preview, it is FTW.</p> ]]></content:encoded> </item> <item><title>By: David Walsh</title><link>http://davidwalsh.name/iphone-click/comment-page-1#comment-12088</link> <dc:creator>David Walsh</dc:creator> <pubDate>Tue, 22 Sep 2009 16:15:17 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3746#comment-12088</guid> <description>Thomas: I realize that.  One thing I wanted to toy with was leaving the class on anything clicked.  Maybe a different color for those that weren&#039;t the most recent clicked.  In that case I&#039;d definitely JS.  I do, however, see where you&#039;re coming from.</description> <content:encoded><![CDATA[<p>Thomas: I realize that.  One thing I wanted to toy with was leaving the class on anything clicked.  Maybe a different color for those that weren&#8217;t the most recent clicked.  In that case I&#8217;d definitely JS.  I do, however, see where you&#8217;re coming from.</p> ]]></content:encoded> </item> <item><title>By: David Walsh</title><link>http://davidwalsh.name/iphone-click/comment-page-1#comment-12087</link> <dc:creator>David Walsh</dc:creator> <pubDate>Tue, 22 Sep 2009 16:13:47 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3746#comment-12087</guid> <description>Good call Kassens!</description> <content:encoded><![CDATA[<p>Good call Kassens!</p> ]]></content:encoded> </item> <item><title>By: Jan Kassens</title><link>http://davidwalsh.name/iphone-click/comment-page-1#comment-12086</link> <dc:creator>Jan Kassens</dc:creator> <pubDate>Tue, 22 Sep 2009 16:12:54 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3746#comment-12086</guid> <description>Don&#039;t waste resources and just remove the class from the active link ;)http://paste.davidwalsh.name/99</description> <content:encoded><![CDATA[<p>Don&#8217;t waste resources and just remove the class from the active link ;)</p><p><a
href="http://paste.davidwalsh.name/99" rel="nofollow">http://paste.davidwalsh.name/99</a></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.024 seconds using disk: basic
Object Caching 865/866 objects using disk: basic

Served from: davidwalsh.name @ 2012-02-09 00:18:57 -->
