Results 1 comments of sg157

it like that $(".tree>tbody>tr>td:first-child").on("click", function(event){ var tr = $(this).parent(); $(tr).treegrid('toggle'); });