mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
dialog - added dragHelper
This commit is contained in:
parent
14b93ff7a8
commit
51c9a185e0
@ -111,6 +111,7 @@ $.widget("ui.dialog", {
|
||||
|
||||
if ($.fn.draggable) {
|
||||
uiDialog.draggable({
|
||||
helper: options.dragHelper,
|
||||
handle: '.ui-dialog-titlebar',
|
||||
start: function(e, ui) {
|
||||
self.moveToTop();
|
||||
|
Loading…
Reference in New Issue
Block a user