Guest User

Untitled

a guest
Oct 19th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. $('#editModal').on('show.bs.modal', function(){
  2. $('div.modal-content:first', '#editModal').block({
  3. message: null, overlayCSS: {
  4. backgroundColor: '#ccc',
  5. opacity: 0.1,
  6. cursor: 'wait'
  7. }
  8. });
Add Comment
Please, Sign In to add comment