Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
<div class="hello"> <span>Hello</span> <div>Hello</div> Hello World! <div>Hello</div> </div>
$(".hello") .clone() //clone the element .children() //select all the children .remove() //remove all the children .end() //again go back to selected element .text();