2018-09-11

JavaScript - Isotope object properties inspection, export JSON configuration to the console

var iso = $('.grid').data('isotope');
console.log( JSON.stringify( iso.options ) );

No comments:

Post a Comment