Hi,
I'm using jquery masonry for layout. But I am considering moving to
mootools.
I have found a masonry port to
mootools, called moomasonry - http://www.crionics.com/products/opensource/mooMasonry/Demos/basic.html
With help here, I have a filter on the masonry divs by class:
$('a.filter').click(function(){
filterBoxes(this.id);
})
…