[jQuery] Parent problem - (I think)
Hi list.
I have a quick question, that I'm sure as usual is me missing something.
I have DL with a DD with a class of "extract", there is then another
DD with a sub UL and LI -like so
<dd class="extract">some text</dd>
<dd clas="actions">
<ul><li class="readextract"><a href=""></a></li>
I've hidden the extract class with $("dd.extract").hide(); in init -
$(document).ready(init);
I want to be able to click the link and show or hide (toggle) the
extract class. I'm sure it must be simple, but I can't figure it out.
Any ideas?
Thanks
Mark.
--
Mark Panay
www.markpanay.com
Jargon Free Web Development
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/