Guest User

Untitled

a guest
Feb 23rd, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. $( ".disable_widget_move" ).hover(function() {
  2. $(this).parents('li').gridster().data('gridster').disable();
  3. console.log($(this).parents('li.widget_gridster'));
  4. });
  5.  
  6. $(".disable_widget_move" ).hover(
  7. function() { $(this).parents('ul').gridster().data('gridster').disable();},
  8. function() { $(this).parents('ul').gridster().data('gridster').enable();}
  9. );
Add Comment
Please, Sign In to add comment