yang12311

bootstrap的安装注意:

1.引入的先后顺序:jquery在前,bootstrap在后(如果你只需要bootstrap的样式,你完全不用引入JQuery和bootstrap的js文件),否则可能保存:Error: Bootstrap\'s JavaScript requires jQuery

2.bootstrap3.X和4.X对jquery的版本最低要求为1.9.1

3.如果jquery的版本不能满足bootstrap需要的版本,会产生一些问题,特别体现在$的使用上,解决办法:1.JQuery版本升级  2.不使用$,用JQuery代替

分类:

技术点:

相关文章:

  • 2021-08-07
  • 2021-11-18
  • 2021-10-24
  • 2021-04-03
  • 2021-08-07
  • 2021-09-10
  • 2021-11-27
  • 2021-08-27
猜你喜欢
  • 2021-11-14
  • 2021-12-09
  • 2021-09-03
  • 2021-07-17
  • 2022-01-16
  • 2021-08-30
  • 2021-09-25
相关资源
相似解决方案