HTML:
<label>Estimated value of property:</label><input type="text" value="" id="prop_value"/>
How to get the value of “prop_value” and display it here when typing the value:
<p>You told us the estimated value of your property is: "prop_value"</p>
Help me please.
HTML
Plain javascript DEMO HERE
jQuery DEMO HERE