I have a page that is part of a backend CRM admin panel. On that page the HTML output comes from some PHP functions that I can\'t access. And that HTML automatically changes
Try This:-
var wrapper=$(".contentwrap").html(); wrapper=wrapper.replace(/</g,'<').replace(/>/g,'>').replace(/&/g,'&'); $(".contentwrap").html(wrapper);