5 ms·
I was looking at jquery mobile and it didn't look too bad - would you mind giving a summary of what you didn't like about it?
by bitdiffusion 14y ago
I was looking at jquery mobile and it didn't look too bad - would you mind giving a summary of what you didn't like about it?
- lucian1900 14y agoIt looks pretty nice and it works well enough for static pages. But if you're generating the UI from JavaScript, it really doesn't cooperate. It also has various performance problems, especially on Android (since its authors appear to prefer iOS). It creating tons of DOM elements doesn't help either.
- joestelmach 14y agoHave a closer look - this library was built solely for generating UI from JavaScript.
- lucian1900 14y agoBut it somehow manages to completely suck at it. Even if you trigger the 'refresh' events, you'll still run into trouble. jQM appears built to generate lots of DOM with JavaScript from static HTML pages.