📜  HTML | DOM touchend 事件

📅  最后修改于: 2021-11-08 05:43:44             🧑  作者: Mango

当用户将手指从元素上移开时, touchend 事件用于执行脚本。它仅适用于带有触摸屏的设备。

支持的标签

  • 此事件支持的所有 HTML 元素。

句法:

object.ontouchend = myScript;

下面的程序说明了 touchend 事件:
示例 1:当用户释放触摸时执行 JavaScript。

html


 

    touchend Event in HTML
    

 

 
    

GeeksforGeeks

    

touchend Event

    
      

      Touch somewhere in the paragraph and then       release the touch to trigger the touchend function.   

      
      

            


输出:
触摸屏幕前:

触摸屏幕后:

支持的网络浏览器

  • IE浏览器
  • 谷歌浏览器
  • 火狐