Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialJose Gutiérrez
9,370 PointsCan I use jquery-UI and Bootstrap at the same time?
If yes, how I put the CDN of both inside the HTML file?
1 Answer
Steven Parker
231,248 PointsYou can, but it might be tricky.
I'm not sure if the current versions still have this issue, but there have been some naming conflicts between them that you would need to overcome. I know there were a number of plug-ins around the internet created to address this problem.
If if you get them both loaded, you still have to be careful of when to do things the "Bootstrap way" or the "jQueryUI way" so the functionality doesn't get confused.
But are you sure you need them both? On the jQueryUI home page they offer a module to implement a "Bootstrap theme" if you just want the look of Bootstrap.