technisher.in
Pages
Home
About Us
Tuesday, 11 March 2014
Get only selected/checked checkbox value from checkbox group
/*getting values of checked checkboxes. Here chkRights is name of checkbox group*/
$("input:checkbox[name=chkRights]:checked").each(function () {
rights.value += $(this).val() + ",";
});
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment