争怎路由网:是一个主要分享无线路由器安装设置经验的网站,汇总WiFi常见问题的解决方法。

BootStrap中动态模态框以及静态模态框的代码完成

时间:2024/3/21作者:未知来源:争怎路由网人气:

网页的本质就是超级文本标记语言,通过结合使用其他的Web技术(如:脚本语言、公共网关接口、组件等),可以创造出功能强大的网页。因而,超级文本标记语言是万维网(Web)编程的基础,也就是说万维网是建立在超文本基础之上的。超级文本标记语言之所以称为超文本标记语言,是因为文本中包含了所谓“超级链接”点。
本篇文章给大家带来的内容是关于BootStrap中动态模态框以及静态模态框的代码实现,有一定的参考价值,有需要的朋友可以参考一下,希望对你有所帮助。

要用bootStrap这个框架就必须要重载它的class类,也就是说class要一样

代码如下:

动态模态框

<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>Document</title>
    <link rel="stylesheet" href="bootstrap-3.3.7/css/bootstrap.css">
    <script src="bootstrap-3.3.7/js/jquery.min.js"></script>
    <script src="bootstrap-3.3.7/js/bootstrap.min.js"></script>
    <script src="bootstrap-3.3.7/js/docs.min.js"></script>

</head>
<body>
        <div>
                <div>
                    <div>bootstrap框架 <small>s</small>
                    </div>
                </div>
    <!-- 动态框 -->
<div>
    <!-- modal默认是隐藏的 -->
    <div>                  
        <div>
         <!-- 头部关闭按钮 -->
            <div>             
                <button type="button" class="close myclose" data-dismiss="modal"><span >&times</span></button>
                <div class="h3 modal-title">标题部分</div>
                <!-- 内容部分 -->
                <div>
                    <P>这是内容部分</P>
                </div>
                <!-- 页脚 -->
                <div>
                    <button type="button" class="btn btn-primary myclose" data-dismiss="modal">Close</button>
                    <button type="button" class="btn btn-warning myclose">save</button>
                </div>
            </div>
        </div>
    </div>
    
</div>
    <a href="#" class="btn btn-success" id="show">显示对话框</a>
        </div>
</body>
</html>
<script>
    $(function(){
        $('#show').click(function(){
            $('.modal').modal('show')
        })
    })
</script>

静态模态框

<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>Document</title>
    <link rel="stylesheet" href="bootstrap-3.3.7/css/bootstrap.css">
    <script src="bootstrap-3.3.7/js/jquery.min.js"></script>
    <script src="bootstrap-3.3.7/js/bootstrap.min.js"></script>
    <script src="bootstrap-3.3.7/js/docs.min.js"></script>
</head>
<body>
    <div>
        <div>
            <div>bootstrap框架 <small>s</small>
            </div>
           
         <!-- 静态模态框 官方有一个bug就是在写静态框的时候在按钮上要绑定同一个class-->
                <div>
                    <div>
                        <div>
                            <button type="button" class="close myclose" data-dismiss="modal">
                                <span>&times;</span>
                            </button>
                            <h3>Model标题</h3>                            
                     </div>
                     <!-- body部分 -->
                     <div>
                         <p>这是身体部分</p>
                     </div>
                     <!-- footer部分 -->
                     <div>
                         <button class="btn btn-info myclose" data-dismiss="modal">close</button>
                         <button class="btn btn-primary myclose">save</button>
                     </div>
                    </div>
                </div>
           </div>
 </div> 
      </div>
    </div>
</body>
</html>
<script>
    $(function(){
        $('.myclose').click(function(){
            $('.modal-dialog').css('display','none')
        })
    })
</script>

相关推荐:

HTML中表格是如何操作制成的?(代码示例)

HTML和CSS3中的2D、3D结合实现动画效果

html中select的各种用法总结(代码)

以上就是BootStrap中动态模态框以及静态模态框的代码实现的详细内容,更多请关注php中文网其它相关文章!


网站建设是一个广义的术语,涵盖了许多不同的技能和学科中所使用的生产和维护的网站。



关键词:BootStrap中动态模态框以及静态模态框的代码完成




Copyright © 2012-2018 争怎路由网(http://www.zhengzen.com) .All Rights Reserved 网站地图 友情链接

免责声明:本站资源均来自互联网收集 如有侵犯到您利益的地方请及时联系管理删除,敬请见谅!

QQ:1006262270   邮箱:kfyvi376850063@126.com   手机版