0

$('.text-center.animated').each(function(){
    var $this = $(this);
    var t = $this.text();
    $this.html(t.replace('&lt','<').replace('&gt', '>'));
});

Jagdish Sarma Asked question August 12, 2020
Add a Comment