aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.selectable.js
diff options
context:
space:
mode:
authorJörn Zaefferer <joern.zaefferer@gmail.com>2011-11-18 17:13:28 +0100
committerJörn Zaefferer <joern.zaefferer@gmail.com>2011-11-18 17:13:28 +0100
commitd6e4d4705d3d3be01ab92ea4f07a52a59ba10b5a (patch)
tree185bf6282643a667a1e69837b106249156f71952 /ui/jquery.ui.selectable.js
parent26603de5bafb4fe9e824b28d8f799ed0f7e0604f (diff)
parent66f9e12797c16d8fa9078f45401f08f0f200e1bc (diff)
downloadjquery-ui-d6e4d4705d3d3be01ab92ea4f07a52a59ba10b5a.tar.gz
jquery-ui-d6e4d4705d3d3be01ab92ea4f07a52a59ba10b5a.zip
Merge branch 'master' into selectmenu
Diffstat (limited to 'ui/jquery.ui.selectable.js')
-rw-r--r--ui/jquery.ui.selectable.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/jquery.ui.selectable.js b/ui/jquery.ui.selectable.js
index 75f1cee66..d7b24d4e3 100644
--- a/ui/jquery.ui.selectable.js
+++ b/ui/jquery.ui.selectable.js
@@ -34,6 +34,7 @@ $.widget("ui.selectable", $.ui.mouse, {
var selectees;
this.refresh = function() {
selectees = $(self.options.filter, self.element[0]);
+ selectees.addClass("ui-selectee");
selectees.each(function() {
var $this = $(this);
var pos = $this.offset();