Jquery mobile(或其他js框架)和自定义按钮
我正在使用 jQuery mobile 通过 Phonegap 进行开发。
优点:
- 我喜欢简单的功能(即通过哈希进行页面导航、自动弹出加载窗口等)
问题:
- 我想使用自己的图像作为按钮、工具栏等,这些图像将在系统中动态生成,因此做好准备静态 .css 不是选项。
- 所以结果是,我仍然希望拥有 jQuery 移动功能,但禁用所选小部件的样式并使用我自己的图像
I am using jQuery mobile for developing by Phonegap.
Advantages:
- I like easy functionality (i.e. page navigation via hashes, auto pop-ups for loading.. etc)
Problem:
- I want to use my own images for buttons, toolbars, etc.. which will be dynamically generated in system, so prepared static .css is not option.
- so result is, that I want still have jQuery mobile functionality but disable styles for chosen widgets and use my own images
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不确定我是否理解这个问题。如果生成工具栏和按钮,为什么不能在运行时为它们分配适当的类/ID,并在静态 CSS 文件中相应地设置样式?
如果一切都必须是真正动态的,那么也只需生成 CSS 覆盖即可。
I'm not sure I understand the problem. If you generate toolbars and buttons, why can you not assign the appropriate classes / IDs to them at run-time, and style accordingly in your static CSS file?
If everything has to be truly dynamic, simply generate the CSS overrides as well.