petar.company/duplicate_fill.js
2025-03-01 00:58:18 +01:00

3 lines
64 B
JavaScript

function updateOther(obj){
$('#ip2').val($(obj).val()) ;
}