first, thanks! now...this is the code for the <tr>

$("tr").click(function() {
                        $(this).toggleClass("click");
                });
so, i suppose that here i should put the function to check the
checkbox, i tried with karl example but i canĀ“t make it work...


Reply via email to