bootstrap中模态框的使用

1.代码:

    <%--登录模态框--%>
            
  • 登录
  • class="modal fade bs-example-modal-lg" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel">
    class="modal-dialog modal-lg " role="document">
    class="modal-content motai"> <%--登录相关信息--%>
    class="myDiv1">
    class="micro-class">微辅导

    class="loginTest"> 邮箱:

    密码:

    View Code

    2.使用说明:

    bootstrap中模态框的使用_第1张图片

    js调用这个模态框:

    function methodName(){

    $('#lgId').modal('show');

    }

     

    转载于:https://www.cnblogs.com/dw3306/p/9258736.html

    你可能感兴趣的:(bootstrap中模态框的使用)