Hi, i tried for hours to have this script working on my website, but i have the problem that i can't "open" the select, the problem is that not add the class "open" on the parent div, ma i don't know where is the problem, i tried everything and i tried also with version of jquery and jquery-ui of the docs,
I have uploaded a live version here: http://warm-bastion-7866.herokuapp.com/
Any suggest/help ?
Thank You, and i hope that you can help, because the lib is awesome!
The problem is with bootstrap-dropdown.js...the libs, goes in conflict ?
Bootstrap-dropdown.js is already included in bootstrap.js (which you're loading in your combined javascript file). You don't need to add it again separately. Remove that and you should be good to go.
Most helpful comment
Bootstrap-dropdown.js is already included in bootstrap.js (which you're loading in your combined javascript file). You don't need to add it again separately. Remove that and you should be good to go.