Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在Meteor中,我看到了很好的响应式编程,现在我也想在 jQuery Mobile 中使用它。例如,我有一个变量address将显示在我的应用程序的许多页面上。如果我更改它,所有页面都应该更新。我不想同时使用这两个框架会很复杂,但我相信 jQuery 本身也必须有可能。
address
有谁知道怎么做?有这个插件吗?
尝试使用Backbone,它非常轻量级且功能强大(它实际上使用 jQuery 作为依赖项,以及下划线)。
有很多专门针对 jQuery Mobile 的教程:tutorial1 , tutorial2