Skip to content

jQuery manipulation support #27

@ivansglazunov

Description

@ivansglazunov

Add to:
http://api.jquery.com/category/manipulation/dom-insertion-around/
http://api.jquery.com/category/manipulation/dom-insertion-inside/
http://api.jquery.com/category/manipulation/dom-insertion-outside/
http://api.jquery.com/category/manipulation/dom-replacement/
Support for oswst classes.
Example:

$('body').append(div);
// <div></div>

But now it is necessary to pre converted to a string:

$('body').append(div + '');
// <div></div>

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions