9 ms·
Looks great. Two things, #1: If you modify the attribute checked of the input, the state doesn't change. #2: I don't see a programmatic way of changing the s
by a904guy 14y ago
Looks great.
Two things,
#1: If you modify the attribute checked of the input, the state doesn't change.
#2: I don't see a programmatic way of changing the state from your source without re-initializing all the elements?
- fox91 14y ago#1 That's not possible http://stackoverflow.com/questions/4836818/jquery-how-to-catch-change-event-from-inputtype-checkbox-if-it-was-checked http://stackoverflow.com/questions/4836818/jquery-how-to-cat... #2 You're right
- a904guy 14y ago#1: Not really impossible, just requires additional maintaining of a monitor, methods within the script, or custom triggers to handle the switch.