<?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: Text box &#8216;hint&#8217; values with jQuery</title>
	<atom:link href="http://blog.amnuts.com/2009/02/17/text-box-hint-values-with-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.amnuts.com/2009/02/17/text-box-hint-values-with-jquery/</link>
	<description>php projects, javascript, and... stuff.</description>
	<lastBuildDate>Fri, 07 May 2010 09:32:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Andy</title>
		<link>http://blog.amnuts.com/2009/02/17/text-box-hint-values-with-jquery/comment-page-1/#comment-74</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Mon, 07 Dec 2009 13:59:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.amnuts.com/?p=129#comment-74</guid>
		<description>Is this a problem on one specific browser, or does it happen on multiple ones?  Also, what version of jQuery are you using?</description>
		<content:encoded><![CDATA[<p>Is this a problem on one specific browser, or does it happen on multiple ones?  Also, what version of jQuery are you using?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashish Upadhyay</title>
		<link>http://blog.amnuts.com/2009/02/17/text-box-hint-values-with-jquery/comment-page-1/#comment-73</link>
		<dc:creator>Ashish Upadhyay</dc:creator>
		<pubDate>Mon, 07 Dec 2009 12:34:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.amnuts.com/?p=129#comment-73</guid>
		<description>The css rule is correct, it is .hint

I have placed the entier jQuery script into my custom.js file.
I have attached this file in the head of html file.
with in , I have written the calling statement as following


$(function() {
$(&#039;#inpForwardOptions&#039;).textboxhint({
  hint: &#039;Select / add phones&#039;
 });	
});


I have commented the code and put into document ready, even though problem is still same
PROBLEM:
#1. CSS is not working 
#2. on focus or click of inputbox test is not disappear
This problem is occured while pressing F5 to refresh the page</description>
		<content:encoded><![CDATA[<p>The css rule is correct, it is .hint</p>
<p>I have placed the entier jQuery script into my custom.js file.<br />
I have attached this file in the head of html file.<br />
with in , I have written the calling statement as following</p>
<p>$(function() {<br />
$(&#8216;#inpForwardOptions&#8217;).textboxhint({<br />
  hint: &#8216;Select / add phones&#8217;<br />
 });<br />
});</p>
<p>I have commented the code and put into document ready, even though problem is still same<br />
PROBLEM:<br />
#1. CSS is not working<br />
#2. on focus or click of inputbox test is not disappear<br />
This problem is occured while pressing F5 to refresh the page</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://blog.amnuts.com/2009/02/17/text-box-hint-values-with-jquery/comment-page-1/#comment-72</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Mon, 07 Dec 2009 11:57:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.amnuts.com/?p=129#comment-72</guid>
		<description>Hi Ashish,

A couple things to check...  The css rule is &quot;.hint&quot; and not &quot;hint&quot;, right?  Also, do you have the textboxhint call within a document ready/window load event handler so that the element is loaded before the js tries to update it?</description>
		<content:encoded><![CDATA[<p>Hi Ashish,</p>
<p>A couple things to check&#8230;  The css rule is &#8220;.hint&#8221; and not &#8220;hint&#8221;, right?  Also, do you have the textboxhint call within a document ready/window load event handler so that the element is loaded before the js tries to update it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashish Upadhyay</title>
		<link>http://blog.amnuts.com/2009/02/17/text-box-hint-values-with-jquery/comment-page-1/#comment-71</link>
		<dc:creator>Ashish Upadhyay</dc:creator>
		<pubDate>Mon, 07 Dec 2009 09:13:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.amnuts.com/?p=129#comment-71</guid>
		<description>This is very nice piece of code, which I found from couple of other code for same purpose, but only one problem I found, when I integrate in my application. The problem is 
When the page is loaded the input box has applied css called hints, but when I press F5 to refresh the page that time the css &quot;hints&quot; is removed and the text in the inputbox appears with default css. 

can u suggest, what the thing I missed out.
I have created a css as hint {background:#d3d3d3}
And 
call this function as following
$(&#039;#inpForwardOptions&#039;).textboxhint({
			hint: &#039;Select / add phones&#039;
});</description>
		<content:encoded><![CDATA[<p>This is very nice piece of code, which I found from couple of other code for same purpose, but only one problem I found, when I integrate in my application. The problem is<br />
When the page is loaded the input box has applied css called hints, but when I press F5 to refresh the page that time the css &#8220;hints&#8221; is removed and the text in the inputbox appears with default css. </p>
<p>can u suggest, what the thing I missed out.<br />
I have created a css as hint {background:#d3d3d3}<br />
And<br />
call this function as following<br />
$(&#8216;#inpForwardOptions&#8217;).textboxhint({<br />
			hint: &#8216;Select / add phones&#8217;<br />
});</p>
]]></content:encoded>
	</item>
</channel>
</rss>
