I am creating a layout with masonry, and would like when a user clicks on a div the div expands/collapses on both the x & y axis. I can't seem to find the right jquery plugin that allows this. Most seem to be accordion based and only expand one direction.
What I would like to do is have a large amount of unsorted divs in jquery masonry.
I would like to have different "menu" items such as -all-print-logos-web - and when a user selects "print" then all divs with the class "print" would have 100% opacity and the rest of the divs would be faded out.
I've used jquery fade for different elements, however I'm unsure how to go about doing the above.
I'm developing a portfolio site using jquery masonry.
What I would like to do is dynamically sort the divs dynamically without a page refresh. So I want all divs to show initially, then a user can show/hide divs when selecting options (i.e. - print design, web design, etc.).
I haven't seen a method out there for this in my travels, so does anyone have any ideas?