Timeline for Testing if a checkbox is checked with jQuery
Current License: CC BY-SA 3.0
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Feb 27, 2017 at 22:31 | comment | added | Uwe Keim | Probably this doesn't matter nowadays: ReSharper (I guess) outputs a warning "The pseudo-class 'checked' is not compatible with Internet Explorer 8.0". | |
| Feb 15, 2017 at 12:33 | comment | added | Zanoldor | In addition, when you do $("#id").is("checked") in a if clause you'll get true or false, not on/off, by return and you can send it to your back-end script and do whatever you want. | |
| Mar 17, 2016 at 14:38 | history | edited | Andy Mikula | CC BY-SA 3.0 |
Original answer was too verbose.
|
| Jun 18, 2013 at 7:57 | review | Suggested edits | |||
| Jun 18, 2013 at 7:59 | |||||
| Jan 27, 2011 at 7:40 | vote | accept | Rajeev | ||
| Jan 27, 2011 at 6:03 | history | answered | Andy Mikula | CC BY-SA 2.5 |