Bootstrap4 dropdown only works in the second click

后端 未结 7 1013
失恋的感觉
失恋的感觉 2021-02-19 07:01

I am working on a django project, that is using bootstrap4 and I\'m with a little problem with dropdown toggler.

The toggler only toggles the dropdown-menu after the seco

7条回答
  •  走了就别回头了
    2021-02-19 07:35

    Try to put bootstrap js file before bootstrap css

    Ex:

    1. Link Bootstrap.min.js file first.

      
     

    1. Then link css file

    I got the same issue and after changing the positions of the js and css, dropdown works well. Hope it helped you.

提交回复
热议问题