I have some problem with jQuery. When am trying use:
document.querySelector('#container').appendChild(content.cloneNode(true));
it's ok, but jquery have wrapper around the object, so i can't just type:
$('#container').content
Does anyone have any ideas?