<?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"
	>
<channel>
	<title>Comments on: mootools and form field hints</title>
	<atom:link href="http://blog.edseek.com/archives/2007/08/11/mootools-and-form-field-hints/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.edseek.com/archives/2007/08/11/mootools-and-form-field-hints/</link>
	<description>"Banking establishments are more dangerous than standing armies." -- Thomas Jefferson</description>
	<pubDate>Tue, 02 Dec 2008 13:48:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: jasonb</title>
		<link>http://blog.edseek.com/archives/2007/08/11/mootools-and-form-field-hints/#comment-30986</link>
		<dc:creator>jasonb</dc:creator>
		<pubDate>Mon, 10 Sep 2007 21:15:41 +0000</pubDate>
		<guid isPermaLink="false">http://edseek.com/?p=382#comment-30986</guid>
		<description>Thanks!

I ended up using $ on input because IE kept complaining about a missing function or something.  Adding that seemed to get it working in IE, though debugging IE is so frustrating it's possible something else I did resolved it.</description>
		<content:encoded><![CDATA[<p>Thanks!</p>
<p>I ended up using $ on input because IE kept complaining about a missing function or something.  Adding that seemed to get it working in IE, though debugging IE is so frustrating it&#8217;s possible something else I did resolved it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harald</title>
		<link>http://blog.edseek.com/archives/2007/08/11/mootools-and-form-field-hints/#comment-30104</link>
		<dc:creator>Harald</dc:creator>
		<pubDate>Wed, 29 Aug 2007 11:54:52 +0000</pubDate>
		<guid isPermaLink="false">http://edseek.com/?p=382#comment-30104</guid>
		<description>Some hints for shorter and faster code
 - No need to use $ on input all the time, its extended one time from getElementsBySelector.
 - Don't use $ES, use $$ or el.getElements, $ES is deprecated in 1.2dev, also the second argument for $E. All in favour of Element::getElement and getElements
 - You don't need $each, u can use the Array::each: $$(document.forms).each(... ...  form.getElementsBySelector('input, select').each( ...
 - You never declare var hint, so hint is a global scope, bad idea
 - No need to bind input to the event callback, this in an event callback is always the element</description>
		<content:encoded><![CDATA[<p>Some hints for shorter and faster code<br />
 - No need to use $ on input all the time, its extended one time from getElementsBySelector.<br />
 - Don&#8217;t use $ES, use $$ or el.getElements, $ES is deprecated in 1.2dev, also the second argument for $E. All in favour of Element::getElement and getElements<br />
 - You don&#8217;t need $each, u can use the Array::each: $$(document.forms).each(&#8230; &#8230;  form.getElementsBySelector(&#8217;input, select&#8217;).each( &#8230;<br />
 - You never declare var hint, so hint is a global scope, bad idea<br />
 - No need to bind input to the event callback, this in an event callback is always the element</p>
]]></content:encoded>
	</item>
</channel>
</rss>
