document.addEventListener('DOMContentLoaded', function() { $(document).ready(function(){ function catalogtwo(){ var catalogelemhtwo = $('.catalogblocktwo').width(); $('.catalogblocktitletwo').height(catalogelemhtwo-1); $('.catalogblocktwo').height(catalogelemhtwo); $('.catalogblocksaletwo').height(catalogelemhtwo+1); var catalogitem = document.getElementsByClassName('cataloganimatetwo'); var s = 0; for (var i = 0; i < catalogitem.length; i++) { catalogitem[i].setAttribute('data-wow-delay', s+"s"); catalogitem[i].setAttribute('data-wow-offset', "0"); s = s+0.2; } } catalogtwo(); }); });