用法:
remove( event, ui )
類型:sortremove
當列表中的可排序項目被放入另一個時觸發此事件。前者是事件目標。
代碼示例:
使用指定的刪除回調初始化可排序:
$( ".selector" ).sortable({
remove: function( event, ui ) {}
});
將事件偵聽器綁定到 sortremove 事件:
$( ".selector" ).on( "sortremove", function( event, ui ) {} );
相關用法
- JQuery UI Sortable refresh用法及代碼示例
- JQuery UI Sortable refreshPositions用法及代碼示例
- JQuery UI Sortable receive( event, ui )用法及代碼示例
- JQuery UI Sortable revert用法及代碼示例
- 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 connectWith用法及代碼示例
- JQuery UI Sortable handle用法及代碼示例
- JQuery UI Sortable tolerance用法及代碼示例
- JQuery UI Sortable axis用法及代碼示例
- JQuery UI Sortable containment用法及代碼示例
- JQuery UI Sortable cancel用法及代碼示例
- JQuery UI Sortable stop( event, ui )用法及代碼示例
- JQuery UI Sortable opacity用法及代碼示例
- JQuery UI Sortable cursorAt用法及代碼示例
- JQuery UI Sortable out( event, ui )用法及代碼示例
- JQuery UI Sortable forcePlaceholderSize用法及代碼示例
- 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 remove( event, ui )。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。