Home | History | Annotate | Download | only in lib

Lines Matching refs:createTextNode

5572                         return this.empty().append( (this[0] && this[0].ownerDocument || document).createTextNode( text ) );
6145 elem = context.createTextNode( elem );
6186 div.insertBefore( context.createTextNode( rleadingWhitespace.exec(elem)[0] ), div.firstChild );