I would like to be able to click the td element in the table and check it or uncheck the box in sibling td on the same line.
- Clicking on the checkbox should work fine.
- Clicking on the td element, this check box is in the check box should also be checked.
- Pressing another td should not require double clicks (reset click) due to poor switching implementation.
Violin: http://jsfiddle.net/cJ2us/
Please note: yes, this is very similar to a number of questions, please do not associate any duplicates if you really do not understand the problem that I have and how the answers to them do not correspond to my question. eg.
JQuery event on completed input radio definition "checked" event No flags
jQuery onclick div checks the toggle checkbox does not allow clicking on a separate td to perform each check and unchecking
Find the checkbox in Sibling <td> and check it with jQuery does not match this example, the code actually does not work, as the author of the message
Saying this, if you find a hoax that fits, let me know! I just want a workable solution.
Louis
source share