This post will explain how to get the checked item from radio button. It will determine if radio button is checked or not.
This is done using jquery as follows:
This is done using jquery as follows:
$('#RadioButtonId').is(':checked')
No comments:
Post a Comment