Hi I have next
<a href="#">
<ins class="jstree-checkbox"> </ins>
<ins class="jstree-icon"> </ins>
All
</a>
I want to get only "All" without <ins>
When I use $j(this).parent().html() I get
<ins class="jstree-checkbox"> </ins>
<ins class="jstree-icon"> </ins>
All
but I need only "All" How can I get it ?