Universeorange.com/Docs/

Priya library Function reference Element functions off

    ready(() => {
        let element = select('div');
        element.on('click', _('_').click);
        element.off('click', _('_').click);
});

Off, removes an event from the element.

type : any of the following:

closure : a function which will be removed from the list.

Last modified: 2021-06-07

© 2021 universeorange.com