如何使用 jquery mobile 创建选项卡?
我有一个浮点图,我需要将其保留在其中一个选项卡中。 这是 Flot Graph jsfiddle 代码
如何使用 jquery mobile 创建选项卡并将此图表放入其中之一?
I have a Flot graph which i need to keep in one of the tabs.
Here is the Flot Graph jsfiddle code
How to create tabs and place this graph in one of it using jquery mobile?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
也许您需要了解的所有内容都在此处。
本质上,只需使用 jQueryMobile 页面并将一个事件附加到包含图形的页面的 pageshow,然后绘制图形。
Probably everything you need to know is here.
Essentially, just use jQueryMobile pages and attach an event to the pageshow for the page with teh graph in it, and have that plot your graph.
看看 jQueryMobile Splitview 插件。
或者也许是 jQueryMobile 原生导航栏?
Have a look at jQueryMobile Splitview plugin.
Or maybe jQueryMobile native navbars?