Skip to content

Listen events 'block' and 'unblock' #155

@lwxbr

Description

@lwxbr

Hello, there are a possibility to execute something like:

$('.selector').on('block', function(){
   console.log('the element has been blocked');
});

$('.selector').on('unblock', function(){
   console.log('the element has been unblocked');
});

$('.selector').block();
$('.selector').unblock();

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions