(function($) { $(function() { if( !$('#icontent').length ) { $('.featured-listing-blog.wsite-blog-index').find('.blog-post').each(function() { var _this = $(this), link = _this.find('.blog-title a').attr('href'), fImg = _this.find('.wsite-image').first(), listInfo = fImg.find('.listings-blog-card').html(), bgSrc = fImg.find('img').attr('src'), altDescr = fImg.find('img').attr('alt'), el = '
'+listInfo+'
'+altDescr+'
'; _this.prepend(el); }); } }); }(jQuery));