How to delegate these terms without clicks?
if ($("#check_mtrx_a").prop("checked")){ if ($('.matrix_a tr:first td').length >= 10){ $('.add_col').attr('disabled', 'disabled'); } } if ($("#check_mtrx_b").prop("checked")){ if ($('.matrix_b tr:first td').length === 10){ $('.add_col').attr('disabled', 'disabled'); } }