In this article, i am explain how to get checkbox selected value using jQuery.
First take checkboxlist and button.
now write jQuery in head section.
here btnsubmit is ID of Submit button and chkList is ID of checkboclist.
Now run application. you will get selected value in alert message.
Post a Comment