0

我希望能够获得用户点击并持续持有的持续时间。就像是

$("div").bind("taphold", function(){
 if(this.duration > 500){
   //do something
 }
});

我在文档中找不到任何内容。

4

0 回答 0