📜  jQuery UI Sortable Widget 禁用选项

📅  最后修改于: 2022-05-13 01:55:57.672000             🧑  作者: Mango

jQuery UI Sortable Widget 禁用选项

jQuery UI Sortable Widget disabled 选项用于在设置为 true 时禁用可排序元素。

句法:

$( ".selector" ).sortable({
  disabled: true
});

CDN 链接:首先,添加项目所需的 jQuery UI 脚本。

例子:



HTML


  
    
    
  
    jQuery UI Sortable Widget disabled Option
  
    
    
    
    
    
  
    
  
  
  
    
      

GeeksforGeeks

         

jQuery UI Sortable Widget disabled Option

         
            
  • BCD
  •         
  • CAB
  •         
  • BAC
  •         
  • BCA
  •         
  • ABC
  •       
    
  


输出:

参考: https://api.jqueryui.com/sortable/#option-disabled