-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Milestone
Description
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>Reactions are currently unavailable