Cambiar en ptu val

//one of these 2 should suffice
$('#id').attr('value', 'xxx')
$('#id').val('xxx');
Andrew Lautenbach