I have elements in a table cell that turn on and off.
The external button takes a click and passes the selected cell values via ajax.
The problem is that I want to reset the switching state for the selected cells.
I can easily turn off the selection, but then I need to double-click to trigger the correct switch.
Can .toggle (odd, even) be reset or cyclically through an external call?
thank
source
share