Bootstrap手动打开隐藏模态框
开发的时候遇到一个bug,关闭模态框后背景灰色图层依旧还在。原来是用错了隐藏模态框的代码。
正确的调用方式如下:
$("#id").modal("show");//显示某个模态框 $("#id").modal("hide");//隐藏某个模态框
that's all.
** Then I looked up at the sky and saw the sun **
posted on 2017-07-25 08:40 chenyangsocool 阅读(2238) 评论(0) 编辑 收藏 举报