I have a form (just one field) which I am populating with some data. I would like to get me Div container populated with the data I put there in a real time. So no refresh, after I type in some text in the form field, I get it in the div as well. Does anybody know how to do it? JQuery, AJAX?Any advice appreciated.
Share
Try it out: http://jsfiddle.net/H6P2z/
Of course you should make the selectors specific to your actual elements.