I have an asp.net checkbox list and the values of checkboxlist are binded from database. my requirement is to uncheck the checkboxes on a button click. Can someone please suggest me a way on how to uncheck the checkboxes using javascript or jquery. Thanks
Take the 2-minute tour
×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.
|
Give the checkboxes a css class say
|
|||||||||
|
Possible Similar QUestion
You can set the checked property of the checkboxes via below jquery code:
Also, please see this jsFiddle link. |
|||
|
Put an html button:
Write javascript function
|
||||
|
Jquery
HTML
This will resolve your issue. Many Thanks Anna |
||||
|