Table of Content
Choosing javascript ui frameworks
jQuery mobile is not the only UI framework. Here lists some options that you may check.
This is good choice for developer with jQuery usage experience.
2) Sencha touch
This is good chonce to make the app really behavors like an app. But the development shifted from HTML DOM manipulating to heavy JavaScript construction.
3) EnyoJS
Similar to Sencha that it heavily depends on JavaScript. The highlight is that came from the Palm WebOS team.
4) AngularJS
This one is not make for mobile. It is a full framework that enforce seperation of data (model) and view.
What’s next? We’re going to take a look at “Going mvc”.