$("input[name='sendMethod[]']:checked").each(function(){ console.log($(this).val()); $(this).prop('checked', false); });
No comments:
Post a Comment