📜  script.aculo.us 排序重影选项

📅  最后修改于: 2021-10-31 05:03:11             🧑  作者: Mango

Sortable 模块中的重影选项用于使用户能够制作随鼠标指针移动的元素的半透明副本。它的默认值为“false”,这意味着不进行复制。

句法:

Sortable.create('list', {ghosting: boolean})

下面的示例演示了此选项:

示例 1:在此示例中,重影选项设置为“false”。

HTML


  

    
  
    
  
    

  

    

        GeeksforGeeks     

                script.aculo.us Sorting         ghosting option                 
            
  • tag
  •         
  • overlap
  •         
  • constraint
  •         
  • containment
  •         
  • handle
  •     
              


HTML


  

    
  
    
  
    

  

    

        GeeksforGeeks     

                script.aculo.us Sorting         ghosting option                 
            
  • tag
  •         
  • overlap
  •         
  • constraint
  •         
  • containment
  •         
  • handle
  •     
              


输出:

示例 2:在此示例中,重影选项设置为“true”。

HTML



  

    
  
    
  
    

  

    

        GeeksforGeeks     

                script.aculo.us Sorting         ghosting option                 
            
  • tag
  •         
  • overlap
  •         
  • constraint
  •         
  • containment
  •         
  • handle
  •     
              

输出: