Holen Sie sich Element Innerhtml JQuery
.text() or .html()
Kamran Taghaddos
.text() or .html()
var itemtoReplaceContentOf = $('#regTitle');
itemtoReplaceContentOf.html('');
newcontent.appendTo(itemtoReplaceContentOf);