2018-09-11

JavaScript - Isotope, how to know if the object was successfully made an isotope

var iso = $('.grid').data('isotope');
if(iso) console.log("Object .grid has been isotope'd!");

No comments:

Post a Comment