苹果手机点击延迟问题

将click替换成

var content = document.querySelector("#vote");
    content.addEventListener("touchend", function () {
        vote();
    });

posted @ 2016-07-26 13:43  Danlis  阅读(441)  评论(0编辑  收藏  举报