hi Jake
Thank you for your reply.
It works fine: when i click in "ALL", it exclud the
"WEB" Category.
But what i'm looking is when you enter on the page the
"WEB" category doesn't show at start.
I have this category only for people that have curiosity to know
more but it is not included on the "ALL" category.
A tried this:
-
<nav
class="primary clearfix">
<ul class="conteudo_corrente">
<li><a href="#"
class="selected" data-filter=":not(.web)">All</a></li>
<li><a href="#" data-filter=".product">PRODUCT</a></li>
<li><a href="#" data-filter=".packaging">GRAPHIC</a></li>
<li><a href="#" data-filter=".identity">WEB</a></li>
<li><a href="#" data-filter=".others">OTHERS</a></li>
</ul>
</nav>