i have an ASP tree view having a Node

so now, i have to add a click event on NODE (i.e Accomodations) that is different from the click event on Child Node(i.e Blue Parrot INN etc.)
How i achieve this??
any help will greatly appreciated…
NOTE: I want to achieve this using jquery
I add CSSclass on Root, Parent and Leaf Node like
and then in js i write jquery as follow
This way i achieved what i want to get…. 🙂