Get checkboxlist selected value using jQuery.

In this article, i am explain how to get checkbox selected value using jQuery.

First  take checkboxlist and button.



CheckboxList

now write jQuery in head section. 


jquery and javascript

here btnsubmit is ID of Submit button and chkList is ID of checkboclist.

Now run application. you will get selected value in alert message.


jquery and javascript