[jQuery] Re: Need help traversing an unordered list

2008-11-09 Thread Logictrap
Thank you - that's exactlyt what I was looking for. The semantic approach seems a better approach as you described. Thanks again. On Nov 9, 4:23 am, Paul Mills <[EMAIL PROTECTED]> wrote: > Hi, > I've found a slightly messy solution which is to grab the html for > each element and then strip o

[jQuery] Re: Need help traversing an unordered list

2008-11-09 Thread Paul Mills
Hi, I've found a slightly messy solution which is to grab the html for each element and then strip off the tags. It works but is dependent on the exact sequence of code. I would make things easy for myself by adding some extra tags. Such as putting tags around the Tilte text - then it's easy