Universeorange.com/Docs/

Priya library Function reference Element functions children

    ready(() => {
        let element = select('ul');
        console.log(element.children());
        console.log(element.children('first'));
        console.log(element.children('last'));
    });

This function returns the child nodes of an element or the first or the last element.

Last modified: 2021-06-07

© 2021 universeorange.com