I see this all over the web, but was wondering if anyone has the JavaScript code for the EASIEST way to show input value on blur, but hide in on focus.
Thanks!
|
I see this all over the web, but was wondering if anyone has the JavaScript code for the EASIEST way to show input value on blur, but hide in on focus. Thanks!
| |||||||
feedback
|
|
This always worked for me:
| |||
|
feedback
|
|
This is what I use on my blog. Just go there and check out the source code behind.
Your input field should look something like this:
| |||
|
feedback
|
|
The simplest approach I know of is the following:
| |||
|
feedback
|
|
If you don’t care about valid HTML, you use the More reading:
And google. ;-) The solution is similar to the one Josh Stodola posted, but it’s more flexible and universal. | |||||
feedback
|