<?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: Title-Based Textbox Hints</title>
	<atom:link href="http://jasongraphix.com/journal/title-based-textbox-hints/feed/" rel="self" type="application/rss+xml" />
	<link>http://jasongraphix.com/journal/title-based-textbox-hints/</link>
	<description>A journal of art, thoughts, and projects by Jason Beaird.</description>
	<lastBuildDate>Tue, 09 Mar 2010 19:02:04 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: bp</title>
		<link>http://jasongraphix.com/journal/title-based-textbox-hints/#comment-1924</link>
		<dc:creator>bp</dc:creator>
		<pubDate>Tue, 20 Oct 2009 15:34:20 +0000</pubDate>
		<guid isPermaLink="false">http://jasongraphix.com/?p=595#comment-1924</guid>
		<description>thanks for your suggestion. It works without autocomplete. Is there a way to make both things work together.</description>
		<content:encoded><![CDATA[<p>thanks for your suggestion. It works without autocomplete. Is there a way to make both things work together.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Beaird</title>
		<link>http://jasongraphix.com/journal/title-based-textbox-hints/#comment-1921</link>
		<dc:creator>Jason Beaird</dc:creator>
		<pubDate>Mon, 19 Oct 2009 20:39:27 +0000</pubDate>
		<guid isPermaLink="false">http://jasongraphix.com/?p=595#comment-1921</guid>
		<description>That&#039;s essentially what the code above and Remy&#039;s jQuery hint does. Perhaps the autocompelte plugin is interfering with it. Try taking out the autocomplete functionality and make sure your hints are showing up.</description>
		<content:encoded><![CDATA[<p>That&#8217;s essentially what the code above and Remy&#8217;s jQuery hint does. Perhaps the autocompelte plugin is interfering with it. Try taking out the autocomplete functionality and make sure your hints are showing up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bp</title>
		<link>http://jasongraphix.com/journal/title-based-textbox-hints/#comment-1920</link>
		<dc:creator>bp</dc:creator>
		<pubDate>Mon, 19 Oct 2009 19:35:43 +0000</pubDate>
		<guid isPermaLink="false">http://jasongraphix.com/?p=595#comment-1920</guid>
		<description>Can someone help me how to use remy sharps jquery hint.

I have an input box test which also has jquery autocomplete plugin attached to it, as the user types it gives a list of names to choose from.

For this input box I would like to provide a hint saying lastname, firstname
so people can search based on lastname, firstname as they type in.

All i want is just display the hint if the value is empty for th input box. and once i click on the box the input should disappear and take the name typed in.


I would really appreciate your help. Please help me sooooooooooon.

thanks,</description>
		<content:encoded><![CDATA[<p>Can someone help me how to use remy sharps jquery hint.</p>
<p>I have an input box test which also has jquery autocomplete plugin attached to it, as the user types it gives a list of names to choose from.</p>
<p>For this input box I would like to provide a hint saying lastname, firstname<br />
so people can search based on lastname, firstname as they type in.</p>
<p>All i want is just display the hint if the value is empty for th input box. and once i click on the box the input should disappear and take the name typed in.</p>
<p>I would really appreciate your help. Please help me sooooooooooon.</p>
<p>thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Beaird</title>
		<link>http://jasongraphix.com/journal/title-based-textbox-hints/#comment-1813</link>
		<dc:creator>Jason Beaird</dc:creator>
		<pubDate>Fri, 05 Jun 2009 12:57:41 +0000</pubDate>
		<guid isPermaLink="false">http://jasongraphix.com/?p=595#comment-1813</guid>
		<description>True. Done.</description>
		<content:encoded><![CDATA[<p>True. Done.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Beaird</title>
		<link>http://jasongraphix.com/journal/title-based-textbox-hints/#comment-1812</link>
		<dc:creator>Jason Beaird</dc:creator>
		<pubDate>Fri, 05 Jun 2009 11:36:17 +0000</pubDate>
		<guid isPermaLink="false">http://jasongraphix.com/?p=595#comment-1812</guid>
		<description>Figures. Remy&#039;s plugin looks like it prevents a few of other possible issues that my code doesn&#039;t account for. I should do more research before I post stuff like this on a lunch-break whim. :) Thanks Matthew!</description>
		<content:encoded><![CDATA[<p>Figures. Remy&#8217;s plugin looks like it prevents a few of other possible issues that my code doesn&#8217;t account for. I should do more research before I post stuff like this on a lunch-break whim. :) Thanks Matthew!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Pennell</title>
		<link>http://jasongraphix.com/journal/title-based-textbox-hints/#comment-1811</link>
		<dc:creator>Matthew Pennell</dc:creator>
		<pubDate>Fri, 05 Jun 2009 08:34:43 +0000</pubDate>
		<guid isPermaLink="false">http://jasongraphix.com/?p=595#comment-1811</guid>
		<description>Isn&#039;t there a jQuery plugin that does exactly this? I&#039;m sure we use one like it here... ah, here it is:

&lt;a href=&quot;http://remysharp.com/2007/01/25/jquery-tutorial-text-box-hints/&quot; rel=&quot;nofollow&quot;&gt;Remy Sharp&#039;s jquery.hint.js&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Isn&#8217;t there a jQuery plugin that does exactly this? I&#8217;m sure we use one like it here&#8230; ah, here it is:</p>
<p><a href="http://remysharp.com/2007/01/25/jquery-tutorial-text-box-hints/" rel="nofollow">Remy Sharp&#8217;s jquery.hint.js</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan Smith</title>
		<link>http://jasongraphix.com/journal/title-based-textbox-hints/#comment-1810</link>
		<dc:creator>Nathan Smith</dc:creator>
		<pubDate>Fri, 05 Jun 2009 02:15:15 +0000</pubDate>
		<guid isPermaLink="false">http://jasongraphix.com/?p=595#comment-1810</guid>
		<description>For what it&#039;s worth, this is how I do it too. :)

But, I&#039;d suggest not coding the color of the text in the JS itself. Rather, just add/remove class names to achieve the same effect.

Better separation of style + behavior.</description>
		<content:encoded><![CDATA[<p>For what it&#8217;s worth, this is how I do it too. :)</p>
<p>But, I&#8217;d suggest not coding the color of the text in the JS itself. Rather, just add/remove class names to achieve the same effect.</p>
<p>Better separation of style + behavior.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
