function checkForEnterCheckbox() { $(".bl_checkedColumn__checkbox").each(function (i) { if ($(this).prop("checked")) { checkedCheckBoxes.push(i+1); } }); return checkedCheckBoxes; }