Universeorange.com/Docs/

Priya library Function reference Element functions select

    ready(() => {
        const ul = select('ul');
        const list = ul.select('li');
    });

The selector must be a valid CSS selector string.
Multiple selectors may be specified by separating them using commas.

Last modified: 2021-06-07

© 2021 universeorange.com