Universeorange.com/Docs/

Priya library Function reference Element functions create

    ready(() => {
        let a = _('_').create('a');
        a.attribute('href', '/');
        a.html('hello.world');
        console.log(a);
        a.create('id');
        a = _('_').create('element','a');
        a = _('_').create('link','href');
        a = _('_').create('script','src');
        a = _('_').create('nodeList',['...','...']);
    });

With this function you can create ids, elements, links, scripts and nodeLists.

Last modified: 2021-06-07

© 2021 universeorange.com