document.addEventListener('DOMContentLoaded', function() { $(document).ready(function(){ function aboutsix(){ function setEqualHeight(columns) { var tallestcolumn = 0; columns.each( function() { currentHeight = $(this).height(); if(currentHeight > tallestcolumn) { tallestcolumn = currentHeight; } } ); columns.height(tallestcolumn); } $(document).ready(function() { setEqualHeight($(".aboutusblockcontsix > div")); }); var aboutitem = document.getElementsByClassName('aboutusblockleftpunctsix'); var s = 0.3; for (var i = 0; i < aboutitem.length; i++) { aboutitem[i].setAttribute('data-wow-delay', s+"s"); s = s+0.4; } } aboutsix(); }); });