[jQuery] re[jQuery] place input value with user entered text
i have this set up:
<td><input type="text" value="0" /></td>
users enter number in text field. .blur() I need to pass the entered value
to the value attribute. I'm able to get the value of the number entered in
the text box but I cannot seem to pass it to the value attribute of the
input
$('input').blur(function (){
var program = $(this).val();
any help in the correct direction would be great.
thanks
--
View this message in context: http://www.nabble.com/replace-input-value-with-user-entered-text-tp19694518s27240p19694518.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.