Charlie Griefer wrote:
Your selectors are incorrect.  $('first_name1') looks for a <first_name>
element in the DOM (there is none).  You're referencing by ID, so you want
to preface the ID with a # sign (similar to CSS).

$('#first_name1').val($('#first_name').val())

Fixed and still without working

--
Saludos
ReynierPM

Reply via email to