Jquery UI in conflict with Bootstrap in CSS
jquery, jquery-ui, twitter-bootstrap
Solution
There is a specific theme for jQuery UI that provides support for Bootstrap: https://github.com/addyosmani/jquery-ui-bootstrap
Problem
I found many conflicts in css definition when I integrate Bootstrap and Jquery UI. For example, there are `h3` css definitions in both. So for this case, I always have to comment one of them. My original idea is using the Bootstrap for the page layout and using Jquery UI to build UI interaction. Is there any easy way to integrate them?