If i have an HTML element like with some text inside or another elements can I add before or after this div some text data without an html element,
with some text inside or another elements can I add before or after this div some text data without an html element,
Just for the record:
div.insertAdjacentHTML( 'beforeBegin', yourText );
where div is your child-DIV.
div
Live demo: http://jsfiddle.net/ZkzDk/