Guest User

Untitled

a guest
Jul 18th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. // Set BlockUI on any element
  2. jQuery(element).block({
  3. message: null,
  4. overlayCSS: {
  5. cursor: 'none',
  6. background: '#fff',
  7. opacity: 0.6
  8. }
  9. });
  10.  
  11. // Set BlockUI on any element
  12. jQuery(element).unblock();
Add Comment
Please, Sign In to add comment