bootstrap modal模态框的运用
2024-09-13 15:41:40 214人阅读
http://www.ziqiangxuetang.com/bootstrap/bootstrap-modal-plugin.html
方法
下面是一些可与 modal() 一起使用的有用的方法。
方法 | 描述 | 实例 |
---|
Options: .modal(options) | 把内容作为模态框激活。接受一个可选的选项对象。 | 1 2 3 | $(‘#identifier‘).modal({
keyboard: false
})
|
|
Toggle: .modal(‘toggle‘) | 手动切换模态框。 | 1 | $(‘#identifier‘).modal(‘toggle‘)
|
|
Show: .modal(‘show‘) | 手动打开模态框。 | 1 | $(‘#identifier‘).modal(‘show‘)
|
|
Hide: .modal(‘hide‘) | 手动隐藏模态框。 | 1 | $(‘#identifier‘).modal(‘hide‘)
|
|
bootstrap modal模态框的运用
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉:
投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。