What do you mean with panels? I'm not sure if it is what you are searching for, but if you have:
<div> <a name="contact">... ... </div> you can use $('a[name="contact"]:parent') to get your surrounding div. However using an ID instead of the attribute search (name="...") will be much faster. by(e) Stephan 2009/1/25 td <t...@gmx.de>: > > Hi, > is there a possibility to really name the panels somehow? > I would like to have links like this: > <a href="#contact" class="cross-link" title="contact"> > with the anchor inside the associated div. > > to get the side easier to search for searchengines. > >