I’m making a post page for my website, and I would like to add an auto update preview box, showing what is being typed into the text box above. Obviously i’d like to use javascript, or jquery. And the thing I need is basically the same thing as on the ask page for this website!
Share
Are you looking for
.keyup()?Look at this fiddle for a simple example: http://jsfiddle.net/LUDWQ/2/
When putting in into a
divand not another textbox you can use this:Fiddle: http://jsfiddle.net/LUDWQ/4/