javascript - How can I hide filter options in an accordion? -


let's use codepen example: http://codepen.io/desandro/pen/nfrte

what if wanted hide filtering options toggling .active class (that display: block, vs display:none default styling)?

when on own, accordion behind isotope masonry layout. isotope masonry part bump down.

i've tried:

$container.isotope('reloaditems').isotope('layout'); 

after toggle class.

thanks.


Comments

Popular posts from this blog

c# - HttpResponseMessage System.InvalidOperationException -

sql - Postgresql error: "failed to find conversion function from unknown to text" -