如何修复 Jquery mobile 的 ajax 响应中未应用的数据功能?

发布于 2024-10-20 14:59:45 字数 242 浏览 1 评论 0原文

如何修复数据功能,例如 data-role="button" 不适用于 Jquery mobile 的 ajax 响应?

我调用一个 PHP 页面,该页面返回一组数据,并根据从数据库返回的数据集动态添加一些按钮。问题是,响应中返回的按钮缺少 jquery mobile 样式效果。

我确实有在静态页面上正常工作的按钮样式,因此 jquery mobile 设置正确。

这是图书馆的限制还是有解决办法?

谢谢

How to fix data features such as data-role="button" not applying in ajax responses for Jquery mobile?

I call a PHP page that returns a set of data with a few buttons dynamically added based on the data set returned from the db. The problem is, the buttons returned in the response are missing the jquery mobile styling effects.

I do have buttons styling working properly on static pages, so jquery mobile is setup right.

Is this a limitation of the library or is there a work around?

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

眼泪淡了忧伤 2024-10-27 14:59:45

这实际上是重复的,但在这里你可以:

使用 .page()

看一下我的教程:http://jquerymobiledictionary.dyndns.org/faq.html

This is in fact a duplicate, but here you go:

Use .page()

Take a look at my tutorial: http://jquerymobiledictionary.dyndns.org/faq.html

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