jQuery-Mobile Meteor sample integration and/or integration guidelines

前端 未结 3 1489
挽巷
挽巷 2020-12-24 03:50

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

3条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-12-24 04:06

    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.

    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.

提交回复
热议问题