[jQuery] Question about dynamic form input
Hi, i have a classical input, for example :
<input type="text" name="something" id="something" />
I would like to show in a DIV the word ( letter by letter ) wroted in
that input but in REAL TIME.
For example if i write the word "Internet", when i write the first
letter "I", simultaneously that letter appears in the div too, the
same thing with the other letters.
How can i do that ??
Thanx in advance!!