Tagged Questions
3
votes
3answers
2k views
Finding the next input (of a parent?) with jQuery
I've got a checkbox inside a table, and when you click on it, it'll change the background colour accordingly like so...
$("#table tr td :checkbox").bind("click change", function() {
$this = ...