1

a similar question from awhile ago without an answer: Limit items or paginate in Quicksand

seems to be in popular demand, but have been searching to no avail. anyone able to accomplish this?

example html:

<ul class="quicksand_list"> 
    <li data-value="#all"><a href="#">All</a></li>
    <li data-value="#fruits"><a href="#">Fruits</a></li>
    <li data-value="#vegetables"><a href="#">Vegetables</a></li>        
</ul> 

it filters to all by default, i know i could do a filter on page load but that's not effective... just trying to limit the amount shown on a landing page when there's 300+ items

Community
  • 1
  • 1
elzi
  • 5,442
  • 7
  • 37
  • 61
  • I am not sure if there is anything ready to use, but you can try to develop a combination of any jQuery pagination plugin and quicksand. – Diode Jan 06 '12 at 01:45
  • Don't want pagination... just a limit for the #all filter. – elzi Jan 06 '12 at 02:54
  • @elzi, the only thing quickSand does is the animation. Basically what you need is Ajax-loaded data. instead of "All" items you just provide "Top 50" items or smth like this. Ajax example is here: http://razorjack.net/quicksand/demos/ajax.html – Andrey Markeev Nov 09 '12 at 12:38

0 Answers0