Reputation: 229
I want use both jquery ui and bootstrap , there is a solution jquery-ui-bootstrap
and you must load bootstrap before jqueryui, if you won't there will apear something wrong . eg: Bialog buttons will be lose style.
but there is another error when you use radio-button if you load bootstrap before jquery. another question about this
so? Should bootstrap.js run after jquery.js or before?
Upvotes: 2
Views: 8174
Reputation: 628
I'm pretty sure you should load jQuery first because Bootstrap uses jQuery features.
Upvotes: 5
Reputation: 654
I tried to load jquery.js first, and my code is runing propertly. Try it and tell us the result, otherwise, we don't know how to help you...
Upvotes: 0