bootsrap nav-bar collapsable cannot make it work

后端 未结 1 504
北荒
北荒 2020-11-28 17:18

i\'m developing an Angularjs application and i\'d like to make it multiplatform so to do that i\'m trying to use Bootsrap, i found a template i\'d like to follow (https://bl

1条回答
  •  野性不改
    2020-11-28 17:34

    Both jQuery and Bootstrap.js should be included with jQuery placed before Bootstrap.js.

    Note: The version of jQuery that can be used will vary depending on the version of Bootstrap being used (or vice versa).


    Bootstrap Version 4

    JS Many of our components require the use of JavaScript to function. Specifically, they require jQuery, Popper.js, and our own JavaScript plugins. Place the following

提交回复
热议问题