Universeorange.com/Docs/

Priya library Function reference Element functions clone

    ready(() => {
        let element = select('div');
        console.log(element.clone());
        console.log(element.clone(true));
    });

This function clones the element. When the attribute is true it will make a deep copy.

Last modified: 2021-06-07

© 2021 universeorange.com