用法:
cursor
類型:String
默認:
"auto"
定義排序時顯示的光標。
代碼示例:
使用指定的 cursor
選項初始化可排序:
$( ".selector" ).sortable({
cursor: "move"
});
初始化後獲取或設置cursor
選項:
// Getter
var cursor = $( ".selector" ).sortable( "option", "cursor" );
// Setter
$( ".selector" ).sortable( "option", "cursor", "move" );
相關用法
- JQuery UI Sortable cursorAt用法及代碼示例
- JQuery UI Sortable connectWith用法及代碼示例
- JQuery UI Sortable containment用法及代碼示例
- JQuery UI Sortable cancel用法及代碼示例
- JQuery UI Sortable change( event, ui )用法及代碼示例
- JQuery UI Sortable classes用法及代碼示例
- JQuery UI Sortable create( event, ui )用法及代碼示例
- JQuery UI Sortable scrollSpeed用法及代碼示例
- JQuery UI Sortable option用法及代碼示例
- JQuery UI Sortable update( event, ui )用法及代碼示例
- JQuery UI Sortable widget用法及代碼示例
- JQuery UI Sortable instance用法及代碼示例
- JQuery UI Sortable handle用法及代碼示例
- JQuery UI Sortable tolerance用法及代碼示例
- JQuery UI Sortable axis用法及代碼示例
- JQuery UI Sortable stop( event, ui )用法及代碼示例
- JQuery UI Sortable opacity用法及代碼示例
- JQuery UI Sortable out( event, ui )用法及代碼示例
- JQuery UI Sortable forcePlaceholderSize用法及代碼示例
- JQuery UI Sortable refresh用法及代碼示例
- JQuery UI Sortable disable用法及代碼示例
- JQuery UI Sortable scroll用法及代碼示例
- JQuery UI Sortable distance用法及代碼示例
- JQuery UI Sortable sort( event, ui )用法及代碼示例
- JQuery UI Sortable scrollSensitivity用法及代碼示例
注:本文由純淨天空篩選整理自jqueryui.com大神的英文原創作品 Sortable cursor。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。