$(".text_div").text(function () { return $(this).text().replace("contains", "hello everyone"); });
$("p:first").replaceWith("Hello world!");
$('#one span').text('Hi I am replace');