Universeorange.com/Docs/

Priya library Function reference Element functions script

    ready(() => {
        _('_').script({
            src : "/script.js",
            type : "text/javascript"
        }, (event) => {
            console.log('script.js added');
        });
    });

This function can add scripts to the head of the document.
In request() method this function is used to add scripts.

Last modified: 2021-06-07

© 2021 universeorange.com