CALL ME TZ
CALL ME TZ

Reputation: 229

Should bootstrap.js run after jquery.js or before?

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.

demo

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

Answers (2)

Jonathan Römer
Jonathan Römer

Reputation: 628

I'm pretty sure you should load jQuery first because Bootstrap uses jQuery features.

Upvotes: 5

Aleksandar
Aleksandar

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

Related Questions