I\'m trying to implement a modal to create a new user for my app. For some reason a can\'t make it work.
This code just fade in and out, and no modal is showing up,
You need to remove the hide class from the #myModal modal, because that's given it a display: none !important CSS rule, that's why you can't see it:
hide
#myModal
display: none !important
Check with this:
× Modal header One fine body…
One fine body…
And most probably you'll need to wrap your .modal-header within a and a to see your it "well". 0 讨论(0) 查看其它2个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
.modal-header
and a to see your it "well". 0 讨论(0) 查看其它2个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
to see your it "well". 0 讨论(0) 查看其它2个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复