Universeorange.com/Docs/

Priya library Function reference Element functions content

    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-07

© 2021 universeorange.com