I have a table column (td) with checkboxes in it. How can I make clicking on an empty space inside td to check\uncheck checkbox?
I can use only that td, can’t set event handlers to the tr, or other tds. Also I need empty space only in that td to act this way.
checkboxes column http://dl.dropbox.com/u/347209/Screen%20Shot%202012-03-12%20at%205.54.33%20PM.png
You can wrap your checkbox into a
<label>– have a look at http://jsfiddle.net/RThrM/