Page is a not externally linkable
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.