Skip to content

creating dom from string only creates the first node #23

@seebigs

Description

@seebigs

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>')

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions