$(document).ready(function(){ function pluscontone() { if ($(window).width() > 575){ function setEqualHeight(columns) { var tallestcolumn = 0; columns.each( function() { currentHeight = $(this).height(); if(currentHeight > tallestcolumn) { tallestcolumn = currentHeight; } } ); columns.height(tallestcolumn); } $(document).ready(function() { setEqualHeight($(".plusblockone")); });} var item = document.getElementsByClassName('plusblockone'); var s = 0; for (var i = 0; i < item.length; i++) { item[i].setAttribute('data-wow-delay', s+"s"); s = s+0.3; } } pluscontone(); });