jqtouch中的鼠标悬停?
是否可以在 iPhone 上使用鼠标悬停或悬停类型的功能?我正在尝试为基本区域图像地图编写代码,但使用鼠标悬停或悬停都无法使悬停功能正常工作。只是希望当用户手指在地图上拖动时图像能够切换。
任何建议都非常感激。
谢谢 保罗
Is it possible to use mouseover or hover type functions on an iphone? I'm trying to write code for a basic regional image map and cant get the hover function to work at all using either mouseover of hover. Just wanted the images to switch as users finger drags across the map.
Any suggestions gratefully received.
Thanks
Paul
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在jQTouch中,您可以使用事件“滑动”和“点击”而不是“悬停”和“单击”。
参见-> h**p://github.com/senchalabs/jQTouch/wiki/callbackevents
Apple 文档提到了有关“悬停”的以下内容:
来源:http://developer.apple。 com/library/safari/#technotes/tn2010/tn2262/index.html
In jQTouch you can use the events "swipe" and "tap" instead of "hover" and "click".
See -> h**p://github.com/senchalabs/jQTouch/wiki/callbackevents
The Apple documentation mentions the following on "hover":
source: http://developer.apple.com/library/safari/#technotes/tn2010/tn2262/index.html