$(document).ready(function() {
//On page load all fields get the same value $('#textbox1').text(function() { $('#textbox2').val(this.value); });
});