Page is a not externally linkable
- Code, Content, and Presentation
-- JavaScript and AJAX
---- toggling navigation


Fotiman - 2:19 pm on Nov 13, 2012 (gmt 0)


The jquery Find [api.jquery.com] method finds descendants. In your code example, <ul> elements are never descendants of <a> elements, so nothing will ever be found.

Instead, you might try the Next [api.jquery.com] method, which finds the next sibling.


Thread source:: http://www.webmasterworld.com/javascript/4517979.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com