Universeorange.com/Docs/
ready(() => {
_('_').content({
'target' : 'body',
'method' : 'append',
'html' : '<h1>Hello world!</h1>'
});
});
This function can insert content. This function requires 3 attributes:
In case of the append-to options you need a 4th attribute: append-to.
Last modified: 2021-06-06
© 2021 universeorange.com