How to use Bootstrap-select?

前端 未结 4 1530
半阙折子戏
半阙折子戏 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条回答
  •  梦毁少年i
    2021-02-08 00:37

    I had a similar problem. Here is a working example for anyone coming to this question later like I did.

    Note there are 2 CSS files and 3 JavaScript files you must include.

    $(document).ready(function(e) {
      $('.selectpicker').selectpicker();
    });
    
    
    
    
    
    
    

提交回复
热议问题