Universeorange.com/Docs/

Priya library Function reference Element functions addClass

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

This function adds a class to the element. In this case selected.

Last modified: 2021-06-07

© 2021 universeorange.com