Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
<foo></foo>
new_el = $("<foo:Bar>") new_el.textContent = true $("for").appendChild(new_el)
<foo> <foo:bar xmlns="....">true<for:bar> </foo>
new_el = $("<foo:Bar>") new_el.text("true"); $("for").append(new_el);