Universeorange.com/Docs/

Priya library Function reference Element functions active

    ready(() => {
        let element = select('#root');
        let active = element.active();
        console.log(active);
    });

This function returns the active element in the document.

Last modified: 2021-06-07

© 2021 universeorange.com