function creodeAdvertSlotsPreview() { var slots = jQuery('.advert-slot'); if(slots.length) { slots.addClass('advert-slot--preview'); slots.each(function() { var slot = jQuery(this); var slotId = slot.attr('id'); slot.html(slotId); }); } }