苹果手机 jquery点击事件无效

由于项目需求,在苹果移动设备上使用jquery事件时无效

解决方法:

在点击当前元素上添加样式css的手势样式

<style>  

.next_button{  

    cursor:pointer  

}

</style>

然后点击就没问题了


猜你喜欢

转载自blog.csdn.net/wjm0519/article/details/80523857