$('#test').on('click', 'add', function(){ $(this).siblings('#inTest').each(function(){ $(this).attr('disabled', false); }); });