Reorder and filter items with a nice shuffling animation.
Webbies: Brits Developers Westerners Designers Legends
$(function() { $('#load-webbies a.button').click(function(e) { $.get( $(this).attr('href'), function(data) { $('.webbies').quicksand( $(data).find('li'), { adjustHeight: 'dynamic' } ); }); e.preventDefault(); }); });
Powered by jQuery – Made by @razorjack (razorjack.net), icons design by Artua Design by @riddle