I wrote about a way to do this a while back on learningjquery.com.
Perhaps that will help?
http://www.learningjquery.com/2006/11/really-simple-live-comment-preview
--Karl
_________________
Karl Swedberg
www.englishrules.com
www.learningjquery.com
On Aug 15, 2007, at 9:34 AM, Ruben S. wrote:
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!!