• <bdo id='5kgX2'></bdo><ul id='5kgX2'></ul>

    1. <legend id='5kgX2'><style id='5kgX2'><dir id='5kgX2'><q id='5kgX2'></q></dir></style></legend>

      <small id='5kgX2'></small><noframes id='5kgX2'>

    2. <i id='5kgX2'><tr id='5kgX2'><dt id='5kgX2'><q id='5kgX2'><span id='5kgX2'><b id='5kgX2'><form id='5kgX2'><ins id='5kgX2'></ins><ul id='5kgX2'></ul><sub id='5kgX2'></sub></form><legend id='5kgX2'></legend><bdo id='5kgX2'><pre id='5kgX2'><center id='5kgX2'></center></pre></bdo></b><th id='5kgX2'></th></span></q></dt></tr></i><div id='5kgX2'><tfoot id='5kgX2'></tfoot><dl id='5kgX2'><fieldset id='5kgX2'></fieldset></dl></div>
      <tfoot id='5kgX2'></tfoot>

        如何在会话超时时关闭所有活动的引导模式?

        How to close all active bootstrap modals on session timeout?(如何在会话超时时关闭所有活动的引导模式?)
        <tfoot id='5W5ER'></tfoot>

              • <legend id='5W5ER'><style id='5W5ER'><dir id='5W5ER'><q id='5W5ER'></q></dir></style></legend>

                  <tbody id='5W5ER'></tbody>
              • <i id='5W5ER'><tr id='5W5ER'><dt id='5W5ER'><q id='5W5ER'><span id='5W5ER'><b id='5W5ER'><form id='5W5ER'><ins id='5W5ER'></ins><ul id='5W5ER'></ul><sub id='5W5ER'></sub></form><legend id='5W5ER'></legend><bdo id='5W5ER'><pre id='5W5ER'><center id='5W5ER'></center></pre></bdo></b><th id='5W5ER'></th></span></q></dt></tr></i><div id='5W5ER'><tfoot id='5W5ER'></tfoot><dl id='5W5ER'><fieldset id='5W5ER'></fieldset></dl></div>

                • <bdo id='5W5ER'></bdo><ul id='5W5ER'></ul>

                  <small id='5W5ER'></small><noframes id='5W5ER'>

                  本文介绍了如何在会话超时时关闭所有活动的引导模式?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我需要在用户空闲时拨打电话并通过会话超时,这将关闭所有 Bootstrap 模式.处于活动状态的模态取决于用户当时正在做什么,所以我想做一些无所不包的事情.

                  I need to make a call when the user is idle and passes the session time out that will close all Bootstrap modals. The modals being active are dependent on what the user is doing at the time so I would like to do something that's is all encompassing.

                  我试过了:

                  $('.modal').modal('toggle');
                  

                  当发生超时但我的模态仍然存在时.

                  When the time out occurs but my modals are still there.

                  推荐答案

                  使用如下代码:

                  $('.modal').modal('hide');
                  

                  另外,如果您想在模态框被隐藏的情况下做某事,那么您可以这样做:

                  Also if you would like to do something if the modal is hidden then you can do this:

                  $('.modal').on('hidden', function () {
                    // write your code
                  });
                  

                  这篇关于如何在会话超时时关闭所有活动的引导模式?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  Draw border around nontransparent part of image on canvas(在画布上的图像不透明部分周围绘制边框)
                  dragging and resizing an image on html5 canvas(在 html5 画布上拖动图像并调整其大小)
                  What#39;s the difference between a boolean as primitive and a boolean as property of an object?(作为原始对象的布尔值和作为对象属性的布尔值有什么区别?)
                  I want to do animation of an object along a particular path(我想沿特定路径对对象进行动画处理)
                  How to upload image into HTML5 canvas(如何将图像上传到 HTML5 画布中)
                  How to show a running progress bar while page is loading(如何在页面加载时显示正在运行的进度条)

                  <small id='DmLU7'></small><noframes id='DmLU7'>

                  <legend id='DmLU7'><style id='DmLU7'><dir id='DmLU7'><q id='DmLU7'></q></dir></style></legend>
                    • <bdo id='DmLU7'></bdo><ul id='DmLU7'></ul>

                          <tfoot id='DmLU7'></tfoot>
                            <i id='DmLU7'><tr id='DmLU7'><dt id='DmLU7'><q id='DmLU7'><span id='DmLU7'><b id='DmLU7'><form id='DmLU7'><ins id='DmLU7'></ins><ul id='DmLU7'></ul><sub id='DmLU7'></sub></form><legend id='DmLU7'></legend><bdo id='DmLU7'><pre id='DmLU7'><center id='DmLU7'></center></pre></bdo></b><th id='DmLU7'></th></span></q></dt></tr></i><div id='DmLU7'><tfoot id='DmLU7'></tfoot><dl id='DmLU7'><fieldset id='DmLU7'></fieldset></dl></div>

                              <tbody id='DmLU7'></tbody>