Follow LIVE the actions of the duel of the penultimate Matchday of the Liga MX
‘);
}
});
}
})();*/
(function(){
$content = jQuery(‘.region-inner.region-content-inner’);
$contentmain = $content.find(‘div#block-system-main’);
$contentImg = $contentmain.find(‘.field.field-name-body’);
$contentMedia = $contentmain.find(‘.media_embed’);
$ImgAction = $contentImg.find(‘img’);
if(typeof $ImgAction != ‘undefined’){
$ImgAction.css(‘width’,’100%’);
$ImgAction.each(function(a,b){
if(typeof jQuery(this).attr(‘alt’) != ‘undefined’ && typeof jQuery(this).attr(‘title’) != ‘undefined’){
var img_val_alt = jQuery(this).attr(‘alt’);
var img_val_title = jQuery(this).attr(‘title’);
jQuery(this).attr(“title”,img_val_alt);
jQuery(this).attr(“alt”,img_val_title);
jQuery(this).after(‘
‘+img_val_alt+’ | ‘+img_val_title+’
‘);
}
});
}
})();