Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Jquery UI in conflict with Bootstrap in CSS [duplicate]

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?

like image 887
Joe.wang Avatar asked Mar 11 '13 03:03

Joe.wang


1 Answers

There is a specific theme for jQuery UI that provides support for Bootstrap: https://github.com/addyosmani/jquery-ui-bootstrap

like image 79
Josh Avatar answered Nov 15 '22 08:11

Josh