<?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: Sliding Labels Using&#160;MooTools</title> <atom:link href="http://davidwalsh.name/sliding-labels-mootools/feed" rel="self" type="application/rss+xml" /><link>http://davidwalsh.name/sliding-labels-mootools</link> <description>Legendary scribbles about JavaScript, HTML5, AJAX, PHP, CSS, and ∞.</description> <lastBuildDate>Wed, 23 May 2012 22:21:39 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <item><title>By: Laurens</title><link>http://davidwalsh.name/sliding-labels-mootools#comment-24218</link> <dc:creator>Laurens</dc:creator> <pubDate>Wed, 25 May 2011 15:40:24 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4686#comment-24218</guid> <description>You need to paste the MooTools Javascript between the HEAD tags.
When you want it in a textarea, you need a second copy of the script, and change all the &#039;input&#039; words to &#039;textarea&#039;. then in the second copy you also change the label from .slider to something else like .slider_textarea
then you can give the textarea that class (in this case slider_textarea) and it will work.</description> <content:encoded><![CDATA[<p>You need to paste the MooTools Javascript between the HEAD tags.<br
/> When you want it in a textarea, you need a second copy of the script, and change all the &#8216;input&#8217; words to &#8216;textarea&#8217;. then in the second copy you also change the label from .slider to something else like .slider_textarea<br
/> then you can give the textarea that class (in this case slider_textarea) and it will work.</p> ]]></content:encoded> </item> <item><title>By: sica</title><link>http://davidwalsh.name/sliding-labels-mootools#comment-24217</link> <dc:creator>sica</dc:creator> <pubDate>Wed, 25 May 2011 15:34:44 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4686#comment-24217</guid> <description>hi,one question, where do i paste The MooTools JavaScript? and how does it work on a textarea instead of on a input?thanks</description> <content:encoded><![CDATA[<p>hi,</p><p>one question, where do i paste The MooTools JavaScript? and how does it work on a textarea instead of on a input?</p><p>thanks</p> ]]></content:encoded> </item> <item><title>By: Laurens</title><link>http://davidwalsh.name/sliding-labels-mootools#comment-24017</link> <dc:creator>Laurens</dc:creator> <pubDate>Mon, 16 May 2011 19:44:08 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4686#comment-24017</guid> <description>This script is really awesome, but I do have one question:How can you use this on a TEXTAREA instead on an input?</description> <content:encoded><![CDATA[<p>This script is really awesome, but I do have one question:</p><p>How can you use this on a TEXTAREA instead on an input?</p> ]]></content:encoded> </item> <item><title>By: www.oksida.com</title><link>http://davidwalsh.name/sliding-labels-mootools#comment-23259</link> <dc:creator>www.oksida.com</dc:creator> <pubDate>Sun, 27 Mar 2011 13:11:20 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4686#comment-23259</guid> <description>this is great, thanks david</description> <content:encoded><![CDATA[<p>this is great, thanks david</p> ]]></content:encoded> </item> <item><title>By: Pride Grimm</title><link>http://davidwalsh.name/sliding-labels-mootools#comment-23032</link> <dc:creator>Pride Grimm</dc:creator> <pubDate>Fri, 11 Mar 2011 21:55:32 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4686#comment-23032</guid> <description>Hey, this is great, I have been working on Tim&#039;s version with Jquery, and have had some problems with multiple forms on one page.  I can&#039;t figure out why?  Any ideas?</description> <content:encoded><![CDATA[<p>Hey, this is great, I have been working on Tim&#8217;s version with Jquery, and have had some problems with multiple forms on one page.  I can&#8217;t figure out why?  Any ideas?</p> ]]></content:encoded> </item> <item><title>By: sree</title><link>http://davidwalsh.name/sliding-labels-mootools#comment-22910</link> <dc:creator>sree</dc:creator> <pubDate>Thu, 03 Mar 2011 06:41:20 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4686#comment-22910</guid> <description>great this is really informative,you did great job.</description> <content:encoded><![CDATA[<p>great this is really informative,you did great job.</p> ]]></content:encoded> </item> <item><title>By: Miria</title><link>http://davidwalsh.name/sliding-labels-mootools#comment-22531</link> <dc:creator>Miria</dc:creator> <pubDate>Wed, 02 Feb 2011 07:24:23 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4686#comment-22531</guid> <description>I really like this, but I want to ask, how do you insert this onto your page to make it work?
What do you save the js code as and what do you use to insert it into your HTML?please let me know!</description> <content:encoded><![CDATA[<p>I really like this, but I want to ask, how do you insert this onto your page to make it work?<br
/> What do you save the js code as and what do you use to insert it into your HTML?</p><p>please let me know!</p> ]]></content:encoded> </item> <item><title>By: Alex</title><link>http://davidwalsh.name/sliding-labels-mootools#comment-18638</link> <dc:creator>Alex</dc:creator> <pubDate>Thu, 08 Jul 2010 13:05:20 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4686#comment-18638</guid> <description>You should trigger the transition when the mousedown event is fired from the label element. It will act more seamlessly. Browsers don&#039;t wait our mouseup when focusing to the form, why should they when we &quot;click&quot; the label?Also a little bug:
After the label has been moved to the left, why the heck when I click it again the transition is fired again?!Details make the difference ;)</description> <content:encoded><![CDATA[<p>You should trigger the transition when the mousedown event is fired from the label element. It will act more seamlessly. Browsers don&#8217;t wait our mouseup when focusing to the form, why should they when we &#8220;click&#8221; the label?</p><p>Also a little bug:<br
/> After the label has been moved to the left, why the heck when I click it again the transition is fired again?!</p><p>Details make the difference ;)</p> ]]></content:encoded> </item> <item><title>By: ethan</title><link>http://davidwalsh.name/sliding-labels-mootools#comment-17652</link> <dc:creator>ethan</dc:creator> <pubDate>Mon, 17 May 2010 07:46:08 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4686#comment-17652</guid> <description>cool! does it work with master/content .net pages?</description> <content:encoded><![CDATA[<p>cool! does it work with master/content .net pages?</p> ]]></content:encoded> </item> <item><title>By: ethan</title><link>http://davidwalsh.name/sliding-labels-mootools#comment-17651</link> <dc:creator>ethan</dc:creator> <pubDate>Mon, 17 May 2010 07:44:50 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4686#comment-17651</guid> <description>cool! does it work with master/content .net pages?</description> <content:encoded><![CDATA[<p>cool! does it work with master/content .net pages?</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 3/7 queries in 0.007 seconds using disk: basic
Object Caching 805/805 objects using disk: basic

Served from: davidwalsh.name @ 2012-05-23 21:07:44 -->
