📜  jQuery UI Droppable 接受选项

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

jQuery UI Droppable 接受选项

jQuery UI 由使用 jQuery、CSS 和 HTML 实现的 GUI 小部件、视觉效果和主题组成。 jQuery UI 非常适合为网页构建 UI 界面。 jQuery UI Droppable接受选项用于控制可放置对象接受的可拖动元素。它接受一个值作为 Selector 或函数()。

句法:

$( ".selector" ).droppable({
  accept: ".special"
});

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

例子:

HTML


  

    
    
    
    
    

  

    

GeeksforGeeks

       

jQuery UI Droppable accept Option

       
Drop here
    
Drag me
          


输出:

Droppable 接受选项

参考: https : //api.jqueryui.com/droppable/#option-accept