1 Star 0 Fork 13

itbook/jshow for bootstrap

forked from david/jshow for bootstrap 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
myDialog.ahtml 444 Bytes
一键复制 编辑 原始数据 按行查看 历史
david 提交于 2013-09-09 23:02 . first commit
<div class="modal-body">
<p>这是dialog的内容…</p>
</div>
<div class="modal-footer">
<a href="#" class="btn" data-dismiss="modal" aria-hidden="true">关闭</a>
<a href="#" class="btn btn-primary">保存修改</a>
<a role="button" class="btn closeBtn">测试关闭弹窗</a>
</div>
<script>
void function(j){
j(".closeBtn").click(function(){
gDialog.fClose();
});
}(jQuery);
</script>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/AndersZhuo/jshow-for-bootstrap.git
git@gitee.com:AndersZhuo/jshow-for-bootstrap.git
AndersZhuo
jshow-for-bootstrap
jshow for bootstrap
master

搜索帮助