dollar-js icon indicating copy to clipboard operation
dollar-js copied to clipboard

creating dom from string only creates the first node

Open seebigs opened this issue 8 years ago • 0 comments

jQuery successfully adds 2 nodes to the document jQuery('body').prepend('<div>ONE</div><div>TWO</div>')

Dollar incorrectly only adds the first one $('body').prepend('<div>ONE</div><div>TWO</div>')

seebigs avatar Feb 16 '18 17:02 seebigs