[jQuery] Selection Help

[jQuery] Selection Help

Hi there,
This is my first message to the JQuery Discussion list, so first of let
me say a big "Thank you" to all that help push the development of
JQuery. You have been doing a most excellent job and brought myself back
to using JavaScript functionality in my webpages.
Anyway, back to my issuse - im trying to use JQuery and the Interface
plugin to allow for a simple SlideToggle function work over a number of
menu items.
At the moment i am using the following
$(document).ready(function(){
$("#navBar li a").click(function(){
$(".subNav").SlideToggleDown(500);
});
});
Now my issuse is that the above will of course effect each .subNav
element, but i wish only to affect any child elements of "#navBar li a"
Im unsure of how i can get this working, im sure its proberly something
as simple as $(this,".subNav") but im just stumped.
Any help will be great
Many Thanks
Mark 'Phunky' Harwood
Founder of mEm-Gaming.co.uk and EuroCSS.NET
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/