Bootstrap 3.0 Modal

后端 未结 4 1287
挽巷
挽巷 2020-12-29 05:10

I am stuck. Given Bootstrap 3.0 is about to be released, I decided to go with it for a new project. Things are going fine so far, but for the life of me, I can\'t figure out

4条回答
  •  囚心锁ツ
    2020-12-29 05:34

    I've been fighting against the same problem and thanks to this conversation I found my mistake. While using TwitterBootstrap3, you need the following things:

    A button trigger

    Launch demo modal
    

    An a div with this minimun structure:

    
    

    It is important to know that if you don't place modal-dialog and model-content, the modal window will not be opened properly

提交回复
热议问题