Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

can we use jquery ui with twitter-bootstrap? [closed]

can we use jquery ui with twitter-bootstrap ?

or it will lead to css conflicts

jquery

twitter-bootstrap

like image 501
George Botros Avatar asked Jan 22 '12 22:01

George Botros


1 Answers

I would suggest you don't use any of jQuery UI's stylesheets as your site may look screwy if you try to use different styles at once.

If you're going to use both, I suggest using Google's hosted version of jQuery UI and the Bootstrap v2.0 development branch as your CSS, as the latter adds styles for functionality present in jQuery UI such as accordion effects and autocompletes.

like image 81
Jonathan Ong Avatar answered Oct 16 '22 09:10

Jonathan Ong