var checkedValues = $('input:checkbox:checked').map(function() {
return this.value;
}).get();
0 people found this article useful
0 people found this article useful
var checkedValues = $('input:checkbox:checked').map(function() {
return this.value;
}).get();
0 people found this article useful
0 people found this article useful