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

    • <bdo id='b7cfh'></bdo><ul id='b7cfh'></ul>

      <legend id='b7cfh'><style id='b7cfh'><dir id='b7cfh'><q id='b7cfh'></q></dir></style></legend>

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

        <tfoot id='b7cfh'></tfoot>

        jquery-ui Dialog:使对话框中的按钮成为默认操作(Enter 键)

        时间:2023-06-13

        <small id='9DvhC'></small><noframes id='9DvhC'>

          <bdo id='9DvhC'></bdo><ul id='9DvhC'></ul>
          <legend id='9DvhC'><style id='9DvhC'><dir id='9DvhC'><q id='9DvhC'></q></dir></style></legend>

              <tbody id='9DvhC'></tbody>

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

                  <tfoot id='9DvhC'></tfoot>
                2. 本文介绍了jquery-ui Dialog:使对话框中的按钮成为默认操作(Enter 键)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  在 jquery 模态对话框中,有没有办法选择一个按钮作为默认操作(用户按下回车时执行的操作)?

                  In a jquery modal dialog, is there a way to select a button as the default action (action to execute when the user presses enter)?

                  jquery 网站示例:jquery 对话框模式消息

                  Example of jquery web site: jquery dialog modal message

                  在上面的示例中,当用户按下 Esc 时对话框关闭.我希望在用户按下 Enter 时调用确定"按钮操作.

                  In the example above the dialog closes when the user presses Esc. I would like the "Ok" button action to be called when the user presses Enter.

                  推荐答案

                  在你的对话框的打开函数中,你可以聚焦按钮:

                  In your dialog's open function, you can focus the button:

                  $("#myDialog").dialog({
                      open: function() {
                        $(this).parents('.ui-dialog-buttonpane button:eq(0)').focus(); 
                      }
                  });
                  

                  如果 :eq(0) 位于不同的索引处,则更改它,或者按名称查找等.

                  Change the :eq(0) if it's at a different index, or find by name, etc.

                  这篇关于jquery-ui Dialog:使对话框中的按钮成为默认操作(Enter 键)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:使用 :before CSS 伪元素将图像添加到模态 下一篇:如何获取 Twitter Bootstrap Modal 的调用者元素?

                  相关文章

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

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

                      <tfoot id='uxSRU'></tfoot>

                      <legend id='uxSRU'><style id='uxSRU'><dir id='uxSRU'><q id='uxSRU'></q></dir></style></legend>