Bootstrap Select - reinitialize on dynamically added element

后端 未结 2 1054
傲寒
傲寒 2021-02-07 01:13

I\'m using Bootstrap Select (http://silviomoreto.github.io/bootstrap-select/) for displaying dropdown with Font-Awesome icons for each section of my website.

I added abi

2条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-02-07 01:28

    You have to refresh your select as mentioned on the plugin page

    $(select).selectpicker('refresh');
    

提交回复
热议问题