📜  script.aculo.us 拖放贪婪选项

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

script.aculo.us 拖放贪婪选项

这个 script.aculo.us Drag & Drop greedy Option 用于停止处理悬停在其他 droppable 下,在 drag-gable 下不会被搜索。此选项的默认值为 true,这意味着放置区域将接受可拖动元素 false 不会。

句法:

Droppables.add('element', {greedy: false or true});

例子:



  

    
      
    
      
    
  
    

  

    
        

            GeeksforGeeks         

                   

A Computer Science Portal for Geeks

    
                script.aculo.us Drag & Drop         greedy Option                 
                      
           
        Drag the Image and Drop Your          Image in this area     
  

输出:

  • 拖放之前:
  • 拖放后:放置区域将不接受该元素。