Open kalifs opened 12 years ago
I changed sibling.next(listItem) to sibling.nextAll(listItem).eq(0) then it worked. I did same thing with prev
sibling.next(listItem)
sibling.nextAll(listItem).eq(0)
prev
@kalifs, I am not sure I understand the problem. Any chance you could provide a code example of the problem and or fix?
I changed
sibling.next(listItem)
tosibling.nextAll(listItem).eq(0)
then it worked. I did same thing withprev