Jquery mobile(或其他js框架)和自定义按钮

发布于 2024-11-19 20:10:20 字数 251 浏览 1 评论 0原文

我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

故事和酒 2024-11-26 20:10:20

我不确定我是否理解这个问题。如果生成工具栏和按钮,为什么不能在运行时为它们分配适当的类/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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文