Sorry if this is a daft question, but if I display a text input field, say your_age in a table cell, then want to dynamically display what the user inputs in the table cell next to it, how would I do that in JavaScript/jQuery?
For example if I enter 100 I want the table cell next to the input field to display 100 without the need to click a submit button.
Any help would be great. Thanks.
onKeyUpevent. Basically every time a key is released it will fire some bit of JavaScript that can do whatever you want.