I’m working with a massive code base here and trying to shoe horn in bootstrap-select to render in a nice fancy drop down. https://developer.snapappointments.com/bootstrap-select/
We have bootstrap 3.0.0 and jquery 1.12.4 and from what I understand for bootstrap-select I need at least bootstrap 3.3.7 and I’m not quite sure how to go about updating bootstrap. We’ve got a public folder housing the current bootstrap js and css files.
I’ve found that adding
<link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">
Gives me the desired look for the drop downs but breaks the rest of the styling on the page. Honestly kind of lost for a direction here.
2
Answers
After such a simple fix my brain hurts. I should have read the getting started page better... By adding the 2 lines below the styling is displaying correctly now.
For the newest version of bootstrap use:
For version 3.37 specifically, I believe you can just change the number in the link from 4.3.1 to your desired version.
Hope this helps!
You may also want to try this (with your version number) in the terminal