Advertisement
Guest User

Untitled

a guest
Apr 12th, 2012
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. .sortable({
  2.         axis:       'y',
  3.         items:      'div:not(.placeholder)',
  4.         sort:       function() {
  5.                         $(this).removeClass('ui-state-default');
  6.         }
  7.     });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement