Pages

Tuesday 11 March 2014

Get count of selected/checked checkbox of same group

/*chkRights is the name of checkbox group*/
var count_checked = $("input[name='chkRights']:checked").length;

No comments:

Post a Comment