<?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: &#8216;animateToSelector&#8217; jQuery plugin</title>
	<atom:link href="http://james.padolsey.com/javascript/animatetoselector-jquery-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://james.padolsey.com/javascript/animatetoselector-jquery-plugin/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 02 Feb 2012 18:03:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: Siddhant Mehta</title>
		<link>http://james.padolsey.com/javascript/animatetoselector-jquery-plugin/comment-page-1/#comment-22011</link>
		<dc:creator>Siddhant Mehta</dc:creator>
		<pubDate>Sun, 11 Oct 2009 17:39:58 +0000</pubDate>
		<guid isPermaLink="false">http://james.padolsey.com/?p=534#comment-22011</guid>
		<description>Hi James,
I tried debugging the js file.

The problem is with the [c] in a.elem.style[c], which has a value &#039;backgroundcolor&#039; instead of &#039;background-color&#039;
Please give a solution for this.
Thanks again! :)</description>
		<content:encoded><![CDATA[<p>Hi James,<br />
I tried debugging the js file.</p>
<p>The problem is with the [c] in a.elem.style[c], which has a value &#8216;backgroundcolor&#8217; instead of &#8216;background-color&#8217;<br />
Please give a solution for this.<br />
Thanks again! <img src='http://james.padolsey.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Siddhant Mehta</title>
		<link>http://james.padolsey.com/javascript/animatetoselector-jquery-plugin/comment-page-1/#comment-22009</link>
		<dc:creator>Siddhant Mehta</dc:creator>
		<pubDate>Sun, 11 Oct 2009 17:23:13 +0000</pubDate>
		<guid isPermaLink="false">http://james.padolsey.com/?p=534#comment-22009</guid>
		<description>Hi James,
Nice plugin.
The problem is, after a few mouse overs, I get an error at this line :

a.elem.style[c] = &quot;rgb(&quot; + [Math.max(Math.min(parseInt((a.pos * (a.end[0] - a.start[0])) + a.start[0]), 255), 0), Math.max(Math.min(parseInt((a.pos * (a.end[1] - a.start[1])) + a.start[1]), 255), 0), Math.max(Math.min(parseInt((a.pos * (a.end[2] - a.start[2])) + a.start[2]), 255), 0)].join(&quot;,&quot;) + &quot;)&quot; 

The error says that it has invalid property value.

Please help with this error.

Thanks</description>
		<content:encoded><![CDATA[<p>Hi James,<br />
Nice plugin.<br />
The problem is, after a few mouse overs, I get an error at this line :</p>
<p>a.elem.style[c] = &#8220;rgb(&#8221; + [Math.max(Math.min(parseInt((a.pos * (a.end[0] &#8211; a.start[0])) + a.start[0]), 255), 0), Math.max(Math.min(parseInt((a.pos * (a.end[1] &#8211; a.start[1])) + a.start[1]), 255), 0), Math.max(Math.min(parseInt((a.pos * (a.end[2] &#8211; a.start[2])) + a.start[2]), 255), 0)].join(&#8220;,&#8221;) + &#8220;)&#8221; </p>
<p>The error says that it has invalid property value.</p>
<p>Please help with this error.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anriëtte Combrink</title>
		<link>http://james.padolsey.com/javascript/animatetoselector-jquery-plugin/comment-page-1/#comment-17202</link>
		<dc:creator>Anriëtte Combrink</dc:creator>
		<pubDate>Mon, 27 Jul 2009 09:22:01 +0000</pubDate>
		<guid isPermaLink="false">http://james.padolsey.com/?p=534#comment-17202</guid>
		<description>Can you please confirm if this function call will work?

$(&quot;#gallery a span&quot;).animateToSelector({selectors: [&#039;#gallery a:hover span&#039;], properties: [&#039;border&#039;], events: [&#039;mouseover&#039;,&#039;mouseout&#039;], duration: 3000});</description>
		<content:encoded><![CDATA[<p>Can you please confirm if this function call will work?</p>
<p>$(&#8220;#gallery a span&#8221;).animateToSelector({selectors: ['#gallery a:hover span'], properties: ['border'], events: ['mouseover','mouseout'], duration: 3000});</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://james.padolsey.com/javascript/animatetoselector-jquery-plugin/comment-page-1/#comment-13737</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sat, 06 Jun 2009 08:19:22 +0000</pubDate>
		<guid isPermaLink="false">http://james.padolsey.com/?p=534#comment-13737</guid>
		<description>James,

I&#039;m working on a project and I&#039;m having trouble.  I keep getting security error code 1000 the line it references is $.each(ss.cssRules, function(i, rule){
Any ideas?  The css code is the exact same as referenced in the js file.</description>
		<content:encoded><![CDATA[<p>James,</p>
<p>I&#8217;m working on a project and I&#8217;m having trouble.  I keep getting security error code 1000 the line it references is $.each(ss.cssRules, function(i, rule){<br />
Any ideas?  The css code is the exact same as referenced in the js file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: saurabh shah</title>
		<link>http://james.padolsey.com/javascript/animatetoselector-jquery-plugin/comment-page-1/#comment-5766</link>
		<dc:creator>saurabh shah</dc:creator>
		<pubDate>Thu, 19 Feb 2009 11:40:10 +0000</pubDate>
		<guid isPermaLink="false">http://james.padolsey.com/?p=534#comment-5766</guid>
		<description>nice one ...</description>
		<content:encoded><![CDATA[<p>nice one &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: insic</title>
		<link>http://james.padolsey.com/javascript/animatetoselector-jquery-plugin/comment-page-1/#comment-5407</link>
		<dc:creator>insic</dc:creator>
		<pubDate>Mon, 16 Feb 2009 08:48:36 +0000</pubDate>
		<guid isPermaLink="false">http://james.padolsey.com/?p=534#comment-5407</guid>
		<description>really nice.</description>
		<content:encoded><![CDATA[<p>really nice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philipp</title>
		<link>http://james.padolsey.com/javascript/animatetoselector-jquery-plugin/comment-page-1/#comment-5160</link>
		<dc:creator>Philipp</dc:creator>
		<pubDate>Fri, 13 Feb 2009 11:03:52 +0000</pubDate>
		<guid isPermaLink="false">http://james.padolsey.com/?p=534#comment-5160</guid>
		<description>maybe you should add the little remark that the plugin won&#039;t work if java script is placed in the head. When I put it at the end of the body it worked.

so far ! thank you for this nice plugin</description>
		<content:encoded><![CDATA[<p>maybe you should add the little remark that the plugin won&#8217;t work if java script is placed in the head. When I put it at the end of the body it worked.</p>
<p>so far ! thank you for this nice plugin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: will</title>
		<link>http://james.padolsey.com/javascript/animatetoselector-jquery-plugin/comment-page-1/#comment-5105</link>
		<dc:creator>will</dc:creator>
		<pubDate>Thu, 12 Feb 2009 21:14:51 +0000</pubDate>
		<guid isPermaLink="false">http://james.padolsey.com/?p=534#comment-5105</guid>
		<description>James, scratch that...I figured it out..still not sure what was up w/ the function error, but I linked to Google and it worked.  Another issue was that I&#039;m an idiot....forgot $(document).ready....:\ thanks for the help anyways!</description>
		<content:encoded><![CDATA[<p>James, scratch that&#8230;I figured it out..still not sure what was up w/ the function error, but I linked to Google and it worked.  Another issue was that I&#8217;m an idiot&#8230;.forgot $(document).ready&#8230;.:\ thanks for the help anyways!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: will</title>
		<link>http://james.padolsey.com/javascript/animatetoselector-jquery-plugin/comment-page-1/#comment-5096</link>
		<dc:creator>will</dc:creator>
		<pubDate>Thu, 12 Feb 2009 19:00:45 +0000</pubDate>
		<guid isPermaLink="false">http://james.padolsey.com/?p=534#comment-5096</guid>
		<description>Emailed you with the info, james.</description>
		<content:encoded><![CDATA[<p>Emailed you with the info, james.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://james.padolsey.com/javascript/animatetoselector-jquery-plugin/comment-page-1/#comment-5051</link>
		<dc:creator>James</dc:creator>
		<pubDate>Thu, 12 Feb 2009 08:46:18 +0000</pubDate>
		<guid isPermaLink="false">http://james.padolsey.com/?p=534#comment-5051</guid>
		<description>@Shane, Thanks :)

@Corey, yep, I&#039;ll try and add that capability to the next version. Thank you for your comment. :)

@Boye, I&#039;ll have a look into it, the plugin is experimental so there was bound to be quite a few problems...

@Adam, The plugin can handle the &#039;*&#039; selector, but it can&#039;t select ALL properties within a StyleSheet. 

@Will, It&#039;s hard to tell but it looks like you&#039;re not loading in jQuery. Do you have a link to the page?</description>
		<content:encoded><![CDATA[<p>@Shane, Thanks <img src='http://james.padolsey.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>@Corey, yep, I&#8217;ll try and add that capability to the next version. Thank you for your comment. <img src='http://james.padolsey.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>@Boye, I&#8217;ll have a look into it, the plugin is experimental so there was bound to be quite a few problems&#8230;</p>
<p>@Adam, The plugin can handle the &#8216;*&#8217; selector, but it can&#8217;t select ALL properties within a StyleSheet. </p>
<p>@Will, It&#8217;s hard to tell but it looks like you&#8217;re not loading in jQuery. Do you have a link to the page?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

