Update scrollable dimensions when filtering content
mtwallet opened this issue · 0 comments
mtwallet commented
I have a UL containing a number of items that I am filtering using jQuery. The jQuery code simply uses fadeOut to hide the li as the user types into an input field.
As the list is reduced the scrollable area remains at the original height. Is there a method to update the height on keyup?
Many thanks.