jQTouch Spinning Wheel (Cubiq) 实施不起作用
我正在尝试让 Spinning Wheel 在我的网络应用程序中工作。
但是,我在 Mobile Safari 中不断收到错误,提示无法找到变量“blabla”。
我已经实现了这两个建议的解决方案:
- 更改 SpinningWheelCSS
- 更改 JQTouch CSS、JS 文件,并将 JQTouch 包装器添加到正文
两者都不适合我。
我正在尝试使用 Cubiq.org 令人难以置信的旋转轮。
我可能做错了什么,但我一生都无法弄清楚它是什么。非常感谢您的帮助。
I am trying to get a nice Spinning Wheel working within my webapp.
However, I keep receiving an error within Mobile Safari that the variable 'blabla' cannot be found.
I have implemented both of these suggested solutions:
- Change SpinningWheelCSS
- Change JQTouch CSS, JS files, and add JQTouch wrapper to body
Neither worked for me.
I am trying to use the incredible Spinning Wheel by Cubiq.org.
I'm likely doing something wrong, but for the life of me I can't figure out what it is. Help is very much appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我从Google Code的主干下载了最新版本的JQTouch:
http://code.google.com/p/jqtouch/source/checkout
这解决了问题,因为最新版本在 JQTouch.css 样式表中包含了一个命名空间,这解决了与 Spinning Wheel 插件的冲突。
希望这可以帮助遇到同样问题的其他人。
I downloaded the very latest version of JQTouch from the trunk at Google Code:
http://code.google.com/p/jqtouch/source/checkout
This fixed the problem, as the the latest version has included a namespace in the JQTouch.css stylesheet, which resolves the conflicts with the Spinning Wheel plugin.
Hopefully this helps someone else who is experiencing the same problem.
我在我的网络应用程序中使用旋转轮,并且删除了取消/完成按钮,因为我为它调用了新的 #id,您只需要编辑旋转轮附带的 js 和 css 即可。
但是,那里看不到上一个/下一个按钮,您是指取消/完成按钮吗?
我在一个页面上调用了方向盘,其中我也有一个无线电组,但当方向盘在那里时它不会起作用 - 你知道我做错了什么吗?我在该屏幕上还有一张图片,如果用户单击它,它应该会改变。只要轮子不出现,一切顺利……
I am using the spinning wheel in my web app and I removed the cancel/done buttons since I call a new #id for it, you just need to edit the js and css coming along with the spinningwheel.
However, no previous/next buttons are visible there, do you mean the cancel/done ones?
I call the wheel on a page where I also have a radio group and it won't function when the wheel's there - do you have a clue what I'm doing wrong? I also have a picture on that screen, if the user clicks it, it should change. As long as the wheel does not appear, it all goes well...
调用该类的 href 应定向到同一页面上的 #htmlid 标记
Your href where you call the class should direct to a #htmlid tag on the same page