How do I make page elements appear around the control with the focus?
Posted
by Colen
on Stack Overflow
See other posts from Stack Overflow
or by Colen
Published on 2010-04-18T17:49:57Z
Indexed on
2010/04/18
17:53 UTC
Read the original article
Hit count: 213
html
|JavaScript
Hello,
When the user sets the focus to an edit control on my HTML page, I want some other text to appear "around" it, to give some hints for how to fill out the edit control, and some buttons to fill it with random data. What's the best way to do this with javascript or jquery or whatever?
Thanks.
© Stack Overflow or respective owner