📜  jQuery UI Draggable disabled() 方法

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

jQuery UI Draggable disabled() 方法

jQuery UI 由 GUI 小部件、视觉效果和使用 jQuery、CSS 和 HTML 实现的主题组成。 jQuery UI 非常适合为网页构建 UI 界面。 jQuery UI 的可拖动disable()方法用于禁用 HTML div 元素的可拖动属性。此方法不接受任何参数。

句法:

$( ".selector" ).draggable( "disable" );

参数:此方法不接受任何参数。

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

示例:下面的示例说明了 jQuery UI 中的 Draggable disable()方法。

HTML



    
    
    
    
    

      

    
        

GeeksforGeeks

        

jQuery UI Draggable disabled() Method

        
            
                

I'm Enable

            
            
                

I'm Disable

            
        
    


输出:

jQuery UI Draggable disabled() 方法