使用鼠标选择一个或一组元素,详见 http://www.jqueryui.com/selectable/
允许动态属性:false |
|||||
---|---|---|---|---|---|
名称 | 必需 | 默认值 | 类型 | 描述 | |
appendTo | body | String | 选择帮手(套索) 应追加到哪个元素,值为 jQuery 选择器,详见 http://api.jqueryui.com/selectable/#option-appendTo | ||
autoRefresh | true | Boolean | 确定每个选择操作开始时如何刷新(重新计算)每个选择项的位置和大小。如果你有很多很多选择项,你应当设置此项为 false,详见 http://api.jqueryui.com/selectable/#option-autoRefresh | ||
cancel | input,textarea,button,select,option | String | 如果你使用了匹配选择器,符合匹配的元素将被禁止可选,详见 http://api.jqueryui.com/selectable/#option-cancel | ||
delay | 0 | Integer | 定义需要经过多少毫秒后选择才会开始. 这可以预防意外的点击造成元素被选择,详见 http://api.jqueryui.com/selectable/#option-delay | ||
disabled | false | Boolean | 如果设置为 true 将禁止selectable,详见 http://api.jqueryui.com/selectable/#option-disabled | ||
distance | 0 | Integer | 定义需要移动多少个像素选择才会开始. 如果指定了该项, 选择不会马上开始,而是会在鼠标移动了指定像素的距离之后才会开始,详见 http://api.jqueryui.com/selectable/#option-distance | ||
filter | * | String | 匹配子元素中那些符合条件的元素才可以被选择,详见 http://api.jqueryui.com/selectable/#option-filter | ||
onSelectedTopics | String | 此事件会在选择操作结束时,在添加到选择的每个元素上触发,详见 http://api.jqueryui.com/selectable/#event-selected | |||
onSelectingTopics | String | 此事件会在选择操作过程中,在添加到选择的每个元素上触发,详见 http://api.jqueryui.com/selectable/#event-selecting | |||
onStartTopics | String | 这个事件将在选择操作开始时触发,详见 http://api.jqueryui.com/selectable/#event-start | |||
onStopTopics | String | 这个事件将在选择操作结束后触发,详见 http://api.jqueryui.com/selectable/#event-stop | |||
onUnselectedTopics | String | 此事件会在选择操作结束时,在从选择元素集合中移除的每个元素上触发,详见 http://api.jqueryui.com/selectable/#event-unselected | |||
onUnselectingTopics | String | 此事件会在选择操作过程中,在从选择元素集合中移除的每个元素上触发,详见 http://api.jqueryui.com/selectable/#event-unselecting | |||
tolerance | touch | String | 指定那种模式,用来测试套索是否应该选择一个项目。可选值:fit、touch,详见 http://api.jqueryui.com/selectable/#option-tolerance |
example descript...
这里是示例代码块