

<?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: jQuery plugin autoInputValue &#8211; default input values made easy</title>
	<atom:link href="http://latower.com/2008/10/jquery-plugin-autoinputvalue-default-input-values-made-easy/feed/" rel="self" type="application/rss+xml" />
	<link>http://latower.com/2008/10/jquery-plugin-autoinputvalue-default-input-values-made-easy/</link>
	<description>a.k.a. elduderino78</description>
	<lastBuildDate>Thu, 05 Aug 2010 00:38:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Viết status Yahoo Messenger bằng tiếng Việt &#124; Cong dong sinh vien Vietnam - Svviet.com</title>
		<link>http://latower.com/2008/10/jquery-plugin-autoinputvalue-default-input-values-made-easy/comment-page-1/#comment-25</link>
		<dc:creator>Viết status Yahoo Messenger bằng tiếng Việt &#124; Cong dong sinh vien Vietnam - Svviet.com</dc:creator>
		<pubDate>Mon, 16 Mar 2009 01:37:43 +0000</pubDate>
		<guid isPermaLink="false">http://latower.com/?p=6#comment-25</guid>
		<description>[...] jQuery plugin autoInputValue - default input values made easy [...]</description>
		<content:encoded><![CDATA[<p>[...] jQuery plugin autoInputValue &#8211; default input values made easy [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elduderino78</title>
		<link>http://latower.com/2008/10/jquery-plugin-autoinputvalue-default-input-values-made-easy/comment-page-1/#comment-23</link>
		<dc:creator>elduderino78</dc:creator>
		<pubDate>Fri, 05 Dec 2008 14:52:21 +0000</pubDate>
		<guid isPermaLink="false">http://latower.com/?p=6#comment-23</guid>
		<description>@Thomas: thanks for pointing that out. It&#039;s fixed now &amp; in the repository.</description>
		<content:encoded><![CDATA[<p>@Thomas: thanks for pointing that out. It&#8217;s fixed now &#038; in the repository.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas</title>
		<link>http://latower.com/2008/10/jquery-plugin-autoinputvalue-default-input-values-made-easy/comment-page-1/#comment-22</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Fri, 05 Dec 2008 13:39:08 +0000</pubDate>
		<guid isPermaLink="false">http://latower.com/?p=6#comment-22</guid>
		<description>the .js states: 
&#039;$.fn.autoInputLabel = function(options) {&#039;
while your html example uses : &#039;$(&#039;input:text&#039;).inputAutoLabel&#039;. you might want to change that?</description>
		<content:encoded><![CDATA[<p>the .js states:<br />
&#8216;$.fn.autoInputLabel = function(options) {&#8216;<br />
while your html example uses : &#8216;$(&#8216;input:text&#8217;).inputAutoLabel&#8217;. you might want to change that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elduderino78</title>
		<link>http://latower.com/2008/10/jquery-plugin-autoinputvalue-default-input-values-made-easy/comment-page-1/#comment-20</link>
		<dc:creator>elduderino78</dc:creator>
		<pubDate>Tue, 18 Nov 2008 16:49:15 +0000</pubDate>
		<guid isPermaLink="false">http://latower.com/?p=6#comment-20</guid>
		<description>@Wilfred this should be fine as I use a closure &amp; pass the value of &#039;jQuery&#039; in with 
&lt;code&gt;(function($){
//plugin code
})(jQuery);
&lt;/code&gt;
This will allow people to use noConflict() as well.

You can see the exact explanation of the pattern &lt;a href=&quot;http://docs.jquery.com/Plugins/Authoring#Custom_Alias_in_plugin_code&quot; rel=&quot;nofollow&quot;&gt;on the jQuery authoring page&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>@Wilfred this should be fine as I use a closure &#038; pass the value of &#8216;jQuery&#8217; in with<br />
<code>(function($){<br />
//plugin code<br />
})(jQuery);<br />
</code><br />
This will allow people to use noConflict() as well.</p>
<p>You can see the exact explanation of the pattern <a href="http://docs.jquery.com/Plugins/Authoring#Custom_Alias_in_plugin_code" rel="nofollow">on the jQuery authoring page</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wilfred Nas</title>
		<link>http://latower.com/2008/10/jquery-plugin-autoinputvalue-default-input-values-made-easy/comment-page-1/#comment-19</link>
		<dc:creator>Wilfred Nas</dc:creator>
		<pubDate>Tue, 18 Nov 2008 15:56:57 +0000</pubDate>
		<guid isPermaLink="false">http://latower.com/?p=6#comment-19</guid>
		<description>Gilles, imho it would be a good idea to replace the $ with jQuery. As this makes it more versatile as you can use it with other libraries that confiscate $ ( cough prototype...)

just my 2 cents...</description>
		<content:encoded><![CDATA[<p>Gilles, imho it would be a good idea to replace the $ with jQuery. As this makes it more versatile as you can use it with other libraries that confiscate $ ( cough prototype&#8230;)</p>
<p>just my 2 cents&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mummybot</title>
		<link>http://latower.com/2008/10/jquery-plugin-autoinputvalue-default-input-values-made-easy/comment-page-1/#comment-3</link>
		<dc:creator>mummybot</dc:creator>
		<pubDate>Mon, 27 Oct 2008 16:20:40 +0000</pubDate>
		<guid isPermaLink="false">http://latower.com/?p=6#comment-3</guid>
		<description>V.nice. I might use this on a site that I am currently working on ;)</description>
		<content:encoded><![CDATA[<p>V.nice. I might use this on a site that I am currently working on <img src='http://latower.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
