In Meteor I have seen nice reactive programming and now I would like to use that in jQuery Mobile, too. For example I have a variable address that will be displayed on many pages of my app. If I change it all pages should be updated. I would not like to use both frameworks together that would be to complicated but I belive it must be possible with jQuery itself, too.
Does anyone know how? Is there a plugin for this?
Try using Backbone, it is very lightweight and powerful (and it actually uses jQuery as a dependency, along with underscore).
There are a bunch of tutorials specifically with jQuery Mobile: tutorial1, tutorial2