I'm trying to write a piece of jQuery code where, if all checkboxes are "unchecked", then all li tags have the class "disabled."
But, if one checkbox (any checkbox) is checked, then all [li] tags lose the class "disabled".
Many thanks!
feedback
|
| |||||||||||||
feedback
|
|
Hi guys I came across this post by accidient and I thought i would add my shilling worth:
| |||
|
feedback
|
|
Slight modification of Phillipe Leybaert's, which will include any dynamically added checkboxes:
| |||||||
feedback
|
EDIT: Thanks Ken for pointing out toggleClass method. | ||||
|
feedback
|