blockui icon indicating copy to clipboard operation
blockui copied to clipboard

Listen events 'block' and 'unblock'

Open lwxbr opened this issue 5 years ago • 0 comments

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!

lwxbr avatar Jun 18 '20 20:06 lwxbr