Twitter bootstrap modal not working

后端 未结 5 1078
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条回答
  •  闹比i
    闹比i (楼主)
    2021-02-05 03:05

    You need use the data-target tag.

    Try to replace the href="#myModal" attribute with data-target="#myModal". Besides, you have put a hide class, I guess it shouldn't be there.

    Look at the examples here

提交回复
热议问题