JQuery Mobile 中单选按钮的工具提示
如何创建带有单选按钮的 JQM 工具提示。我有二十组五个水平单选按钮。如果可能的话,当我将鼠标悬停在按钮上时,我希望有一个工具提示。我认为这与 vmouseover 的绑定有关,但我迷路了。
How can I create a JQM tooltip with radio buttons. I have twenty sets of five horizontal radio buttons. I would like a tooltip when I mouseover over a button if possible. I think it is something to do with binding with a vmouseover but I am lost.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我也对 jQuery mobile 的虚拟鼠标事件感到困惑——也许他们正在考虑为平板电脑提供手写笔?不管怎样,这可能更优雅,但可能会给你一个正确方向的开始。
http://jsfiddle.net/7H8Dx/22/
HTML:
<强>Javascript:
CSS:
Been scratching my head over jQuery mobile's virtual mouse events too - maybe they're considering styluses for tablets? Anyway, this could be more elegant but might give you a start in the right direction.
http://jsfiddle.net/7H8Dx/22/
HTML:
Javascript:
CSS: