I can’t figure out which selector to use to get the items listed in a sub menu.
- List item
- List Item
- List item
- A
- B
- C
I want to paginate a list using Next/Prev but the sub menu won’t show up. I want to show 5 items at a time, but when you hit next, you don’t get the sub-list returned.
And the fiddle: http://jsfiddle.net/saltcod/bXKsZ/1/
Thanks
This is going to hide all your sub LI’s also.
Assume main UL id=list, hide only children LI’s
EDIT: same issue with next/prev . Use a parent ID to define children, not
ULsince submenus also haveUL