Home > Q&A > body text
The click event will not take effect, what event should be used instead
伊谢尔伦2017-06-12 09:32:42
$("xx").on("touchstart",function(){
//something
})
大家讲道理2017-06-12 09:32:42
The click event also works on the mobile terminal, but there will be a 300ms delay. You can use touchstart or custom event tab instead
我想大声告诉你2017-06-12 09:32:42
zepto.js touch.js
typecho2017-06-12 09:32:42
touchstart or tap event of zepto.js framework