Control third check box based on the state of the first two using jquery
- by Moj
I have three check boxes and need to disable the third if either and/or of the other two are checked. I'm sure there's a easier way than what I have currently. It's turning into what I believe is a mess and I'm hoping that someone with more jquery knowledge can shine the light here.
Here's my simple html form:
<html>
<head>
…