IT Professionals Help
Sunday, 19 August 2018
Get checked radiobutton value on the basis of name
var rbLensGroup = $('input[name="rbLensGroup"]:checked');
if (rbLensGroup != null && rbLensGroup.val() == "rbReaders")
{
--Do code here
}
1 comment:
Anonymous
31 March 2022 at 13:08
This comment has been removed by a blog administrator.
Reply
Delete
Replies
Reply
Add comment
Load more...
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
This comment has been removed by a blog administrator.
ReplyDelete