You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
Hello, there are a possibility to execute something like:
Thank you!
The text was updated successfully, but these errors were encountered: