Medites Pharma Product

jQuery(document).ready(function($){ $(".wd-entities-title a").each(function(){ var text = $(this).html(); consol.log(text); text = text.replace(/ مدل /g, "
مدل "); $(this).html(text); }); });