Both Bootstrap (v2) and jQuery Mobile (v1.1 RC1) provides building blocks that I want to use for my application.
Bootstrap is clean, simple and wonderful. However, it lacks jQuery Mobile's extremly simple & customizable "List View" which I need to create mobile web applications.
From my simple test, they get in each other's way (messing up some layouts, paddings, sizes, etc).
So, my questions:
- Can we use both Bootstrap and jQuery Mobile on the same HTML page?
- If we can't combine them, what is Bootstrap's answer to jQuery Mobile's "List Views"?