jQuery isotope 2 check if is applied -


i'm using isotope 2 (http://isotope.metafizzy.co/) , need check if isotope applied, or destroyed.

i need destroy applied isotope in mobile size,

$container.isotope('destroy'); 

on windowresize, if window width less 767.

after destroying, need check if isotope active or destroyed.

in isotope v1 class "isotope" added, there no class in v2.

any ideas?

best regards ch


Comments

Popular posts from this blog

qml - Is it possible to implement SystemTrayIcon functionality in Qt Quick application -

double exclamation marks in haskell -

javascript - How to get D3 Tree link text to transition smoothly? -