Universeorange.com/Docs/

Priya library Function reference Element functions remove

    ready(() => {
        let element = select('div');
        element.remove();
    });

This function removes an element. div in this case.
In case of a list, the complete list will be removed.

Last modified: 2021-06-07

© 2021 universeorange.com