$(".text_div").text(function () { return $(this).text().replace("contains", "hello everyone"); });
$("p:first").replaceWith("Hello world!");