Checkbox Styling with SelectAll Function

Posted by Wilson on Stack Overflow See other posts from Stack Overflow or by Wilson
Published on 2012-09-15T08:53:54Z Indexed on 2012/09/15 9:38 UTC
Read the original article Hit count: 218

Filed under:
|
|

Was styling the checkboxes of my webpage with jquery using the tutorial here

But i realized that I could not do SelectAll checkbox that will select all the checkboxes in my list. It works in the backend (the checkboxes are selected) but it does not show in my page.

Added a demo to show my problem. May need to port to your system to test it out

Demo

what can I add to the jQuery Custom Radio-buttons and Checkbox javascript file in the to achieve the select all checkbox function

Thank you!

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about html