$("input[name='sendMethod[]']:checked").each(function(){
console.log($(this).val());
$(this).prop('checked', false);
});
Thursday, September 10, 2015
select checked input checkbox by jQuery selector
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment