Twitter bootstrap modal not working

后端 未结 5 1077
Happy的楠姐
Happy的楠姐 2021-02-05 02:54

I am new to Twitter Bootstrap. I am working on a modal panel, but it is not being displayed. It fades the screen, but the modal itself does not appear. I have checked the error

5条回答
  •  清酒与你
    2021-02-05 03:15

    Bootstrap Modal doesn't like Id's that start with a number.

    I had a UUID as my data-target and it did not work.

    
    

    I solved it by pre-pend "M-" before all my UUID's so they're still unique:

    
    

提交回复
热议问题