chosen with bootstrap 3 not working properly

后端 未结 6 723
醉话见心
醉话见心 2020-12-08 04:19

I have this code which triggers a bootstrap modal and load its content via $.load(). the page I\'m loading has a select element which I\'m calling chosen on. He

6条回答
  •  爱一瞬间的悲伤
    2020-12-08 05:05

    The following solution worked for me (from http://codepen.io/m-e-conroy/pen/ALsdF):

    Redefine "modal" class:

    .modal { 
        display: block;
    }
    

提交回复
热议问题