在iPad上无法点击jQuery按钮

时间:2011-09-20 13:06:29

标签: jquery ipad

我在this site上有一个jQuery滚动div,但上下按钮在iPad上不起作用。我使用this plugin(左边第一个),我尝试了各种脚本和解决方案,但我不能解决这个问题。请问有什么建议吗? 感谢

1 个答案:

答案 0 :(得分:1)

您是否尝试过使用jQuery mobile?

$(id).tap(function(){
   // call your appropriate scroll event
});

http://jquerymobile.com/test/docs/api/events.html