How to use Bootstrap-select?

前端 未结 4 1526
半阙折子戏
半阙折子戏 2021-02-07 23:52

I’m new to this. I’m trying the Bootstrap-select but I’m not getting the desired effect like here https://developer.snapappointments.com/bootstrap-select/. I ha

4条回答
  •  礼貌的吻别
    2021-02-08 00:29

    $(document).ready(function() {
      $('.selectpicker').selectpicker({
        style: 'btn-info',
        size: 4
      });
    });
    

    Your script is declared and therefore executed before the

    提交评论

提交回复
热议问题