Tuesday, 6 August 2013

Better alternative to jQuery accordion for long lists

Better alternative to jQuery accordion for long lists

I have a long list of items each of which can be expanded and show
additional content.
I tried to use accordeon from jQuery UI package, but it seems very buggy
when it comes to long lists. Are there any nicer alternatives more
suitable for showing long lists with expandable/collapsable content?
UPD: The issue with accordeon is that when you expand an item it sometimes
scrolls in the wrong direction (too high or too low) and hides the content
which is very annoying.

No comments:

Post a Comment