Advertisement
Guest User

Untitled

a guest
Apr 24th, 2014
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. $('element').attr('id', 'value');
  2.  
  3. drop: function() {
  4. $(this).droppable('disable');
  5. },
  6.  
  7. drop: function(event, ui) {
  8. alert(ui.draggable.text());
  9. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement