<?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 Random Link Color&#160;Animations</title> <atom:link href="http://davidwalsh.name/jquery-random-color-animate/feed" rel="self" type="application/rss+xml" /><link>http://davidwalsh.name/jquery-random-color-animate</link> <description>Legendary scribbles about JavaScript, HTML5, AJAX, PHP, CSS, and ∞.</description> <lastBuildDate>Thu, 09 Feb 2012 14:25:32 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3</generator> <item><title>By: naty</title><link>http://davidwalsh.name/jquery-random-color-animate/comment-page-1#comment-28529</link> <dc:creator>naty</dc:creator> <pubDate>Fri, 13 Jan 2012 09:21:10 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=949#comment-28529</guid> <description>hi, i want to create a random spinning roulette or maybe something like a slot machine code, sp that the user will press &quot;go&quot; and the different options (which i&#039;ll enter)  will begin to spin and then stop on a random one. any help ?</description> <content:encoded><![CDATA[<p>hi, i want to create a random spinning roulette or maybe something like a slot machine code, sp that the user will press &#8220;go&#8221; and the different options (which i&#8217;ll enter)  will begin to spin and then stop on a random one. any help ?</p> ]]></content:encoded> </item> <item><title>By: Victor Stroe</title><link>http://davidwalsh.name/jquery-random-color-animate/comment-page-1#comment-21284</link> <dc:creator>Victor Stroe</dc:creator> <pubDate>Wed, 10 Nov 2010 15:47:34 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=949#comment-21284</guid> <description>nice code man! thx for sharing@theorieyou can use this:colors =
[
&quot;#37C78F&quot;,
&quot;#C9DE55&quot;,
&quot;#FF4D38&quot;,
&quot;#CC2249&quot;,
&quot;#380C2A&quot;
]
var col = colors[Math.floor(Math.random()*colors.length)];</description> <content:encoded><![CDATA[<p>nice code man! thx for sharing</p><p>@theorie</p><p>you can use this:</p><p>colors =<br
/> [<br
/> "#37C78F",<br
/> "#C9DE55",<br
/> "#FF4D38",<br
/> "#CC2249",<br
/> "#380C2A"<br
/> ]<br
/> var col = colors[Math.floor(Math.random()*colors.length)];</p> ]]></content:encoded> </item> <item><title>By: Hardy</title><link>http://davidwalsh.name/jquery-random-color-animate/comment-page-1#comment-19792</link> <dc:creator>Hardy</dc:creator> <pubDate>Wed, 08 Sep 2010 11:12:50 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=949#comment-19792</guid> <description>Hi there,
unfortunately it does not work in combination with a slide out panel (based on jQ) in FF and Chrome. Does anybody know about that and is there anything I can do to make it work?????
Thanks in advance.Hardy
Berlin, Germany</description> <content:encoded><![CDATA[<p>Hi there,<br
/> unfortunately it does not work in combination with a slide out panel (based on jQ) in FF and Chrome. Does anybody know about that and is there anything I can do to make it work?????<br
/> Thanks in advance.</p><p>Hardy<br
/> Berlin, Germany</p> ]]></content:encoded> </item> <item><title>By: Andy</title><link>http://davidwalsh.name/jquery-random-color-animate/comment-page-1#comment-19495</link> <dc:creator>Andy</dc:creator> <pubDate>Mon, 23 Aug 2010 22:27:37 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=949#comment-19495</guid> <description>Well, this is just great!I&#039;m trying to figure out how to modify this so that every link on a page, when loaded, has a random background color. With a little padding on each link, it will look kind of lego-ish or block pixel-y or something, which would be rad. Any ideas?</description> <content:encoded><![CDATA[<p>Well, this is just great!</p><p>I&#8217;m trying to figure out how to modify this so that every link on a page, when loaded, has a random background color. With a little padding on each link, it will look kind of lego-ish or block pixel-y or something, which would be rad. Any ideas?</p> ]]></content:encoded> </item> <item><title>By: theorie</title><link>http://davidwalsh.name/jquery-random-color-animate/comment-page-1#comment-17447</link> <dc:creator>theorie</dc:creator> <pubDate>Thu, 06 May 2010 21:28:19 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=949#comment-17447</guid> <description>hello,i&#039;m wondering how it would be possible to limit the number of colors to a defined list. if i only want to have 7 set colors, how would i go about defining those 7 colors?thanks in advance!</description> <content:encoded><![CDATA[<p>hello,</p><p>i&#8217;m wondering how it would be possible to limit the number of colors to a defined list. if i only want to have 7 set colors, how would i go about defining those 7 colors?</p><p>thanks in advance!</p> ]]></content:encoded> </item> <item><title>By: Colin</title><link>http://davidwalsh.name/jquery-random-color-animate/comment-page-1#comment-16719</link> <dc:creator>Colin</dc:creator> <pubDate>Wed, 31 Mar 2010 20:03:48 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=949#comment-16719</guid> <description>Hi David, sorry this is such a backward question but can you tell me how I can use this code with my html. I don&#039;t mean within my document, but referencing, say, a js file on my site to get this effect to take place?Thanks a lot.</description> <content:encoded><![CDATA[<p>Hi David, sorry this is such a backward question but can you tell me how I can use this code with my html. I don&#8217;t mean within my document, but referencing, say, a js file on my site to get this effect to take place?</p><p>Thanks a lot.</p> ]]></content:encoded> </item> <item><title>By: tuft</title><link>http://davidwalsh.name/jquery-random-color-animate/comment-page-1#comment-13697</link> <dc:creator>tuft</dc:creator> <pubDate>Tue, 17 Nov 2009 19:31:17 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=949#comment-13697</guid> <description>hi, just suggestion: call stop() on element before starting new animation:$(this).stop().animate({ ...it will eliminate dancing menu item after multiple mouseover/mouseout...</description> <content:encoded><![CDATA[<p>hi, just suggestion: call stop() on element before starting new animation:</p><p> $(this).stop().animate({ &#8230;</p><p>it will eliminate dancing menu item after multiple mouseover/mouseout&#8230;</p> ]]></content:encoded> </item> <item><title>By: John Smith</title><link>http://davidwalsh.name/jquery-random-color-animate/comment-page-1#comment-9185</link> <dc:creator>John Smith</dc:creator> <pubDate>Mon, 11 May 2009 01:28:27 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=949#comment-9185</guid> <description>Cheers David - figured out my issue - I just had a conflicting css definition that I somehow glazed over.</description> <content:encoded><![CDATA[<p>Cheers David &#8211; figured out my issue &#8211; I just had a conflicting css definition that I somehow glazed over.</p> ]]></content:encoded> </item> <item><title>By: David Walsh</title><link>http://davidwalsh.name/jquery-random-color-animate/comment-page-1#comment-9174</link> <dc:creator>David Walsh</dc:creator> <pubDate>Sat, 09 May 2009 12:19:26 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=949#comment-9174</guid> <description>&lt;p&gt;@John Smith: Works for me!&lt;/p&gt;</description> <content:encoded><![CDATA[<p>@John Smith: Works for me!</p> ]]></content:encoded> </item> <item><title>By: John Smith</title><link>http://davidwalsh.name/jquery-random-color-animate/comment-page-1#comment-9171</link> <dc:creator>John Smith</dc:creator> <pubDate>Sat, 09 May 2009 04:37:52 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=949#comment-9171</guid> <description>Great effect David! Thanks for sharing it with us.Does anyone know of a way to make this compatible with IE 7 by chance?</description> <content:encoded><![CDATA[<p>Great effect David! Thanks for sharing it with us.</p><p>Does anyone know of a way to make this compatible with IE 7 by chance?</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.048 seconds using disk: basic
Object Caching 865/866 objects using disk: basic

Served from: davidwalsh.name @ 2012-02-09 09:49:16 -->
