mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Draggable demo: visual feedback - use draggable option stack selector. Fixed #5513 - Draggable/Stackable Demo broken and docs need to be updated
This commit is contained in:
parent
7adf7a9d0b
commit
36cb3f7da3
@ -27,7 +27,7 @@
|
||||
return $('<div class="ui-widget-header">I\'m a custom helper</div>');
|
||||
}
|
||||
});
|
||||
$("#set div").draggable({ stack: { group: '#set div', min: 1 } });
|
||||
$("#set div").draggable({ stack: '#set div' });
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
|
Loading…
Reference in New Issue
Block a user