3
votes
3answers
158 views
Finding the next input (of a parent?) with jQuery
Hi guys,
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", …
