[jQuery] serialScroll Plugin - Problems with lazy loading of items (dynamically updating item list)

[jQuery] serialScroll Plugin - Problems with lazy loading of items (dynamically updating item list)


Please take a look at my code. http://pastie.org/337379 or if you want
to look at a functioning copy go to http://vansteedesign.com/flashcards/test.php.
Even when setting the 'lazy' attribute to true in the parameters, when
you delete one of the cards (items) from the list it still exists as
empty space in the list. To view what I am explaining go to the
webpage and click the x on one of the cards. Then cycle through the
list. When scrolling to the item after the one we deleted there will
be an intermediate scroll to a blank area between the two cards. This
is the first time I've used this plugin so it may be a simple problem
with how I've set it up. Any guidance would be greatly apprecated.
Thanks in advance.