79119762

Date: 2024-10-23 21:32:08
Score: 1.5
Natty:
Report link

$(document).ready(function() {

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

});

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: user3046466