[jQuery] Re: Input box emptying / defaulting back

2007-04-02 Thread Glen Lipka
Another example of it on Payroll.com Try the "sign in" field on the right. This is a copy of intuit.com where the search in the top right does the same in a slightly different way. http://www.commadot.com/jquery/intuit.com/ The method described above by Klaus is technically better because it doe

[jQuery] Re: Input box emptying / defaulting back

2007-04-02 Thread Michael Price
Man I love this list. Two perfect responses within 20 minutes :) Thanks guys! Regards, Michael Price

[jQuery] Re: Input box emptying / defaulting back

2007-04-02 Thread Klaus Hartl
Michael Price schrieb: Hi all, (Sent this to discuss@jquery.com but never saw it turn up after that, trying again to the Google Groups address..) I'm looking for a piece of jQuery code that does the following: With a textbox (let's give it the ID of "#searchbox"), when it's clicked on

[jQuery] Re: Input box emptying / defaulting back

2007-04-02 Thread Rob Desbois
Michael, couple of emails on this technique recently. Beginnings of a plugin at http://scott.sauyet.com/Javascript/Demo/Overlabel/ Also another implementation at http://remysharp.com/wp-content/uploads/2007/03/label_over_example.html The original thread is here: http://groups.google.com/group/jq