mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
parent
7e43405269
commit
824e05c337
@ -15,7 +15,7 @@ common.testWidget( "selectable", {
|
|||||||
filter: "*",
|
filter: "*",
|
||||||
tolerance: "touch",
|
tolerance: "touch",
|
||||||
|
|
||||||
// callbacks
|
// Callbacks
|
||||||
create: null,
|
create: null,
|
||||||
selected: null,
|
selected: null,
|
||||||
selecting: null,
|
selecting: null,
|
||||||
|
@ -40,7 +40,7 @@ return $.widget("ui.selectable", $.ui.mouse, {
|
|||||||
filter: "*",
|
filter: "*",
|
||||||
tolerance: "touch",
|
tolerance: "touch",
|
||||||
|
|
||||||
// callbacks
|
// Callbacks
|
||||||
selected: null,
|
selected: null,
|
||||||
selecting: null,
|
selecting: null,
|
||||||
start: null,
|
start: null,
|
||||||
@ -55,7 +55,7 @@ return $.widget("ui.selectable", $.ui.mouse, {
|
|||||||
|
|
||||||
this.dragged = false;
|
this.dragged = false;
|
||||||
|
|
||||||
// cache selectee children based on filter
|
// Cache selectee children based on filter
|
||||||
this.refresh = function() {
|
this.refresh = function() {
|
||||||
that.selectees = $(that.options.filter, that.element[0]);
|
that.selectees = $(that.options.filter, that.element[0]);
|
||||||
that._addClass( that.selectees, "ui-selectee" );
|
that._addClass( that.selectees, "ui-selectee" );
|
||||||
|
Loading…
Reference in New Issue
Block a user