bootstrap multiselect : TypeError: $(…).multiselect is not a function

后端 未结 7 975
半阙折子戏
半阙折子戏 2020-12-20 15:19

I want to use the bootstrap multi select plugin : Bootstrap Multiselect

but it is not working for me.



        
7条回答
  •  一生所求
    2020-12-20 15:34

    you need to have a jquery library and bootstrap library before your plugin:

    
    
    
    
    
    
    
    
    

    Note:

    You should always place your css before any script.

    Get the reference from here.

提交回复
热议问题