kombai / freewall

Freewall is a cross-browser and responsive jQuery plugin to help you create grid, image and masonry layouts for desktop, mobile, and tablet...
MIT License
1.85k stars 375 forks source link

Freewall- Using "or" on filters when multiple filters are used #218

Closed atrivino-rightpoint closed 8 years ago

atrivino-rightpoint commented 8 years ago

Hello!

I observed that when I use multiple filters, that OR is applied to the filters. I need to filter using and AND operator. Is this something that can be passed as a parameter?

Please help.

Thanks so much in advance!

kombai commented 8 years ago

Hi, Freewall used the jQuery filter, so I think you can try with this:

http://stackoverflow.com/questions/10687131/jquery-select-by-attribute-using-and-and-or-operators

Hope it help you well

atrivino-rightpoint commented 8 years ago

Thanks kombai! The link was very helpful!