Universeorange.com/Docs/

Priya library Function reference Element functions append

    ready(() => {
        let element = select('ul');
        element.append('<li>appended</li>');
        console.log(element);
    });

This function adds an element to the end of its children.

Last modified: 2021-06-07

© 2021 universeorange.com