I have an 'input' and a 'div':
<input type='text' id='valor' name='valor'>
<div id='valor'><b>R$ 1,00</b></div>
Well I need to change the value of 1.00 to the value that I type in the input. How can I do this in losing the css of the div value?
I wanted to do this using Jquery.