var text = "This is new HTML";$("p#textH").append(text); // added after$("p#textH").prepend(text); // added before
Login to post response