$('#save').click(function () { $('#mytable').find('input[type="checkbox"]:checked').each(function () { //this is the current checkbox }); });