<?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: MooTools Multiple Links Class</title>
	<atom:link href="http://thejavascriptblog.com/mootools-multiple-links-class/feed/" rel="self" type="application/rss+xml" />
	<link>http://thejavascriptblog.com/mootools-multiple-links-class/</link>
	<description>Everything JavaScript</description>
	<lastBuildDate>Sat, 06 Mar 2010 02:47:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: STB</title>
		<link>http://thejavascriptblog.com/mootools-multiple-links-class/comment-page-1/#comment-610</link>
		<dc:creator>STB</dc:creator>
		<pubDate>Tue, 23 Feb 2010 10:45:17 +0000</pubDate>
		<guid isPermaLink="false">http://thejavascriptblog.com/?p=51#comment-610</guid>
		<description>Nice feature, Merrick. Thanks for demo.</description>
		<content:encoded><![CDATA[<p>Nice feature, Merrick. Thanks for demo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Merrick Christensen</title>
		<link>http://thejavascriptblog.com/mootools-multiple-links-class/comment-page-1/#comment-43</link>
		<dc:creator>Merrick Christensen</dc:creator>
		<pubDate>Thu, 22 Oct 2009 19:46:26 +0000</pubDate>
		<guid isPermaLink="false">http://thejavascriptblog.com/?p=51#comment-43</guid>
		<description>Alright. I made those changes and added an event.stop(); to prevent the window from jumping. The new download has these in there as well as the demo. Thanks again!</description>
		<content:encoded><![CDATA[<p>Alright. I made those changes and added an event.stop(); to prevent the window from jumping. The new download has these in there as well as the demo. Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Merrick Christensen</title>
		<link>http://thejavascriptblog.com/mootools-multiple-links-class/comment-page-1/#comment-42</link>
		<dc:creator>Merrick Christensen</dc:creator>
		<pubDate>Thu, 22 Oct 2009 17:48:07 +0000</pubDate>
		<guid isPermaLink="false">http://thejavascriptblog.com/?p=51#comment-42</guid>
		<description>Absolutely! If whatever your working on is public I would love to see this in action by someone else. Let me know!</description>
		<content:encoded><![CDATA[<p>Absolutely! If whatever your working on is public I would love to see this in action by someone else. Let me know!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TTocco</title>
		<link>http://thejavascriptblog.com/mootools-multiple-links-class/comment-page-1/#comment-41</link>
		<dc:creator>TTocco</dc:creator>
		<pubDate>Thu, 22 Oct 2009 17:46:41 +0000</pubDate>
		<guid isPermaLink="false">http://thejavascriptblog.com/?p=51#comment-41</guid>
		<description>Wow - quick response Merrick!  You&#039;re very welcome, thanks for coming up with the idea.   As soon as I saw it I thought of several places where I could put it to good use so I started tinkering immediately.  I&#039;ve already done quite a few other changes internally but the unmentioned changes were ones I did to match my personal approach to styling elements.  

Thanks again!</description>
		<content:encoded><![CDATA[<p>Wow &#8211; quick response Merrick!  You&#8217;re very welcome, thanks for coming up with the idea.   As soon as I saw it I thought of several places where I could put it to good use so I started tinkering immediately.  I&#8217;ve already done quite a few other changes internally but the unmentioned changes were ones I did to match my personal approach to styling elements.  </p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TTocco</title>
		<link>http://thejavascriptblog.com/mootools-multiple-links-class/comment-page-1/#comment-40</link>
		<dc:creator>TTocco</dc:creator>
		<pubDate>Thu, 22 Oct 2009 17:41:25 +0000</pubDate>
		<guid isPermaLink="false">http://thejavascriptblog.com/?p=51#comment-40</guid>
		<description>Oops... forgot to add that I had to include event.stop() inside the class&#039;s &quot;click&quot; event function to make it behave.</description>
		<content:encoded><![CDATA[<p>Oops&#8230; forgot to add that I had to include event.stop() inside the class&#8217;s &#8220;click&#8221; event function to make it behave.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Merrick Christensen</title>
		<link>http://thejavascriptblog.com/mootools-multiple-links-class/comment-page-1/#comment-39</link>
		<dc:creator>Merrick Christensen</dc:creator>
		<pubDate>Thu, 22 Oct 2009 17:35:22 +0000</pubDate>
		<guid isPermaLink="false">http://thejavascriptblog.com/?p=51#comment-39</guid>
		<description>Hey thanks for your interest and help in this class. I will play with that code and see how it works. Thanks again!</description>
		<content:encoded><![CDATA[<p>Hey thanks for your interest and help in this class. I will play with that code and see how it works. Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TTocco</title>
		<link>http://thejavascriptblog.com/mootools-multiple-links-class/comment-page-1/#comment-38</link>
		<dc:creator>TTocco</dc:creator>
		<pubDate>Thu, 22 Oct 2009 17:32:29 +0000</pubDate>
		<guid isPermaLink="false">http://thejavascriptblog.com/?p=51#comment-38</guid>
		<description>Boundary correction error on your variables.

multipleLinkList should be listSize

I also changed the correction offset to the displacement difference instead of the full width of the unordered list.

replace line 58:
if ((obj[props[z]] + listSize[z] - scroll[z]) &gt; size[z]) obj[props[z]] = event.page[z]  - ( (obj[props[z]] + listSize[z] - scroll[z]) - size[z] )

I occasionally see a chrome error when correction is done but haven&#039;t investigated it.

Attribute target is gone from XHTML 1.0 Strict so finding a suitable workaround for that may or may not be a goal.  I generally implement anchor behavior to other class names near the end of my pages.</description>
		<content:encoded><![CDATA[<p>Boundary correction error on your variables.</p>
<p>multipleLinkList should be listSize</p>
<p>I also changed the correction offset to the displacement difference instead of the full width of the unordered list.</p>
<p>replace line 58:<br />
if ((obj[props[z]] + listSize[z] &#8211; scroll[z]) &gt; size[z]) obj[props[z]] = event.page[z]  &#8211; ( (obj[props[z]] + listSize[z] &#8211; scroll[z]) &#8211; size[z] )</p>
<p>I occasionally see a chrome error when correction is done but haven&#8217;t investigated it.</p>
<p>Attribute target is gone from XHTML 1.0 Strict so finding a suitable workaround for that may or may not be a goal.  I generally implement anchor behavior to other class names near the end of my pages.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Merrick Christensen</title>
		<link>http://thejavascriptblog.com/mootools-multiple-links-class/comment-page-1/#comment-31</link>
		<dc:creator>Merrick Christensen</dc:creator>
		<pubDate>Mon, 12 Oct 2009 19:11:45 +0000</pubDate>
		<guid isPermaLink="false">http://thejavascriptblog.com/?p=51#comment-31</guid>
		<description>Hey thanks Rolf! I&#039;m really glad you liked it. And thanks a ton for the feedback.</description>
		<content:encoded><![CDATA[<p>Hey thanks Rolf! I&#8217;m really glad you liked it. And thanks a ton for the feedback.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rolf</title>
		<link>http://thejavascriptblog.com/mootools-multiple-links-class/comment-page-1/#comment-30</link>
		<dc:creator>Rolf</dc:creator>
		<pubDate>Mon, 12 Oct 2009 19:07:56 +0000</pubDate>
		<guid isPermaLink="false">http://thejavascriptblog.com/?p=51#comment-30</guid>
		<description>Dude, this is fantastic. I needed this about a year ago, didn&#039;t think about creating such a class/utility/plugin/add-on/whatever.
Kudos</description>
		<content:encoded><![CDATA[<p>Dude, this is fantastic. I needed this about a year ago, didn&#8217;t think about creating such a class/utility/plugin/add-on/whatever.<br />
Kudos</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Merrick Christensen</title>
		<link>http://thejavascriptblog.com/mootools-multiple-links-class/comment-page-1/#comment-21</link>
		<dc:creator>Merrick Christensen</dc:creator>
		<pubDate>Mon, 07 Sep 2009 17:20:07 +0000</pubDate>
		<guid isPermaLink="false">http://thejavascriptblog.com/?p=51#comment-21</guid>
		<description>Thanks! Always open to improving my style and syntax. I&#039;ll go ahead and update that.</description>
		<content:encoded><![CDATA[<p>Thanks! Always open to improving my style and syntax. I&#8217;ll go ahead and update that.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
