Bootstrap源码解读模态弹出框(11)(2)

<button type="button">触发模态弹出窗</button> <div> <div> <div> <!-- 模态弹出窗内容 --> </div> </div> </div>

然后添加Javascript代码:

$(function(){ $("#mybtn").click(function(){ $("#mymodal").modal(); }); });

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/wwjjgx.html