$(function () { var table = $('table'); table.on('change', 'select.fertig', function () { $('select.fertig').not(this).val(this.value); }); })