jQuery-Mobile Meteor示例集成和/或集成指南

问题描述:

我对Meteor印象深刻,并希望将其与jQuery-Mobile一起使用.我想知道是否有人已经构建了示例集成应用程序.如果没有,那么一些指导原则将是很好的.

I'm impressed by Meteor and would like to use it with jQuery-Mobile. I'd like to know if somebody has already built a sample integration app. If not, some guidelines would be great.

此致

塞德里克

我也想知道这一点,所以我制作了一个示例应用程序:

I was wondering about this as well so I made a sample app:

http://jqmdemo.meteor.com/

它似乎运作良好.您可以在此处找到源代码:

And it seems to work well. You can find the source code here:

https://github.com/snez/jqm-meteor

将两者结合使用时有一些陷阱,请参见代码中的注释.

There are a few gotchas when using the two together, see the comments in the code.

更新:看起来meteor.com正在滚动升级流星框架,破坏了那里的旧代码.仅将此项目用作参考,因为有更好的方法可以对较新的框架版本执行相同的操作.

UPDATE: It looks like meteor.com is rolling upgrades to the meteor framework breaking old code there. Use this project as a reference only as there are better ways to do the same thing with the newer framework versions.