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...
- [jQuery] Select checkbox when click on row Chizo
- [jQuery] Re: Select checkbox when click on row MorningZ
- [jQuery] Re: Select checkbox when click on row Karl Swedberg
- [jQuery] Re: Select checkbox when click on row Chizo