I need to unset the state of the jQuery .toggle(odd,even)
- by Forkrul Assail
Hi
I have items in a table cell that gets toggled on and off.
An external button accepts a click and submits the selected cell values via ajax.
The problem is that I want to reset the toggle state for the selected cells.
I can easily unset the highlighting, but then need a double click to trigger the correct toggle.
Can the .toggle(odd, even) be reset or cycled via an external call?
Thanks