How about this? (in the open function) $(this).parents("ul").show();
Glen On 9/7/07, Pops <[EMAIL PROTECTED]> wrote: > > > I have a tree list and when I toggle a deep item to expand/show, I > want all its parents to expand as well. What selector or method will > give me this? > > I guess this is expanding the sub-tree which I can do natively, but > would like to do it via jQuery. > > TIA > > -- > HLS > >