• <small id='5Enp7'></small><noframes id='5Enp7'>

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

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

        如何获取 Twitter Bootstrap Modal 的调用者元素?

        时间:2023-06-13
          <tfoot id='6Vctn'></tfoot>

                <tbody id='6Vctn'></tbody>
              • <bdo id='6Vctn'></bdo><ul id='6Vctn'></ul>

                <small id='6Vctn'></small><noframes id='6Vctn'>

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

                1. 本文介绍了如何获取 Twitter Bootstrap Modal 的调用者元素?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我有一个用于调用模态的 a 元素:

                  I have got a a element for invoking modal:

                  <a class="btn" data-toggle="modal" data-target="#myModal" href="http://some-url" >Launch Modal</a>
                  

                  而且,说这是我的模态:

                  And, say this is my modal:

                  <div class="modal hide" id="myModal">
                    <div class="modal-header">
                      <button type="button" class="close" data-dismiss="modal">×</button>
                      <h3>Modal header</h3>
                    </div>
                    <div class="modal-body">
                      <p>One fine body…</p>
                    </div>
                    <div class="modal-footer">
                      <a href="#" class="btn" data-dismiss="modal">Close</a>
                      <a href="#" class="btn btn-primary">Save changes</a>
                    </div>
                  </div>
                  

                  我可以将函数绑定到模态触发的事件:

                  I can bind functions to events fired by modal:

                  $('#myModal').on('hidden', function () {
                    // do something…
                  })
                  

                  我的问题是:如何从我的事件订阅函数访问 a 元素 - 它调用了模态 -?

                  My question is: How can i access the a element -which invoked the modal- from my event subscriber function?

                  推荐答案

                  由于 event.relatedTarget 在 Bootstrap 3.0.0 中解决了.

                  It was solved in Bootstrap 3.0.0 thanks to event.relatedTarget.

                  $('#your-modal').on('show.bs.modal', function (e) {
                    var $invoker = $(e.relatedTarget);
                  });
                  

                  这篇关于如何获取 Twitter Bootstrap Modal 的调用者元素?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:jquery-ui Dialog:使对话框中的按钮成为默认操作(Enter 键) 下一篇:AngularJS模态对话框表单对象在控制器中未定义

                  相关文章

                    <i id='RhLMy'><tr id='RhLMy'><dt id='RhLMy'><q id='RhLMy'><span id='RhLMy'><b id='RhLMy'><form id='RhLMy'><ins id='RhLMy'></ins><ul id='RhLMy'></ul><sub id='RhLMy'></sub></form><legend id='RhLMy'></legend><bdo id='RhLMy'><pre id='RhLMy'><center id='RhLMy'></center></pre></bdo></b><th id='RhLMy'></th></span></q></dt></tr></i><div id='RhLMy'><tfoot id='RhLMy'></tfoot><dl id='RhLMy'><fieldset id='RhLMy'></fieldset></dl></div>
                    <legend id='RhLMy'><style id='RhLMy'><dir id='RhLMy'><q id='RhLMy'></q></dir></style></legend>
                  1. <small id='RhLMy'></small><noframes id='RhLMy'>

                      <bdo id='RhLMy'></bdo><ul id='RhLMy'></ul>

                    1. <tfoot id='RhLMy'></tfoot>