aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ui/ui.selectable.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/ui.selectable.js b/ui/ui.selectable.js
index 5eb34a54b..49cdd805f 100644
--- a/ui/ui.selectable.js
+++ b/ui/ui.selectable.js
@@ -75,7 +75,7 @@ $.widget("ui.selectable", $.extend({}, $.ui.mouse, {
this._trigger("start", event);
- $('body').append(this.helper);
+ $(options.appendTo).append(this.helper);
// position helper (lasso)
this.helper.css({
"z-index": 100,