<legend id='Fu4uW'><style id='Fu4uW'><dir id='Fu4uW'><q id='Fu4uW'></q></dir></style></legend>
    1. <tfoot id='Fu4uW'></tfoot>
      • <bdo id='Fu4uW'></bdo><ul id='Fu4uW'></ul>

    2. <small id='Fu4uW'></small><noframes id='Fu4uW'>

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

        如何在 jQuery UI 对话框上设置包含?

        时间:2023-09-04

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

          <legend id='5uoSB'><style id='5uoSB'><dir id='5uoSB'><q id='5uoSB'></q></dir></style></legend>
              <tbody id='5uoSB'></tbody>
            <tfoot id='5uoSB'></tfoot>

                <i id='5uoSB'><tr id='5uoSB'><dt id='5uoSB'><q id='5uoSB'><span id='5uoSB'><b id='5uoSB'><form id='5uoSB'><ins id='5uoSB'></ins><ul id='5uoSB'></ul><sub id='5uoSB'></sub></form><legend id='5uoSB'></legend><bdo id='5uoSB'><pre id='5uoSB'><center id='5uoSB'></center></pre></bdo></b><th id='5uoSB'></th></span></q></dt></tr></i><div id='5uoSB'><tfoot id='5uoSB'></tfoot><dl id='5uoSB'><fieldset id='5uoSB'></fieldset></dl></div>
                • <bdo id='5uoSB'></bdo><ul id='5uoSB'></ul>
                • 本文介绍了如何在 jQuery UI 对话框上设置包含?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  是否可以在 jQuery UI 的 Dialog?

                  Is it possible to add containment (confining to the boundary of another element) to jQuery UI's Dialog?

                  推荐答案

                  您可以定位对话框并对其应用包含.试试这个:

                  You could target the dialog box and apply a containment to it. Try this:

                  var container = $('.dialog-container'),
                      dialog = $('.ui-dialog');
                  // get container top left corner locations
                  var cx1 = container.offset().left,
                      cy1 = container.offset().top;
                  // get dialog size
                  var dw = dialog.outerWidth(),
                      dh = dialog.outerHeight();
                  // get container bottom right location, then subtract the dialog size
                  var cx2 = container.width() + cx1 - dw,
                      cy2 = container.height() + cy1 - dh;
                  dialog.draggable( "option", "containment", [cx1, cy1, cx2, cy2] );
                  

                  我为您设置了 一个演示.
                  Edit2:更改为使用对话框外宽度 &外部高度

                  I set up a demo for you.
                  Changed to use dialog outerWidth & outerHeight

                  这篇关于如何在 jQuery UI 对话框上设置包含?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:如何更改 jQuery UI 对话框的背景颜色? 下一篇:Jquery-UI 对话框 - 在没有 DIV 的情况下运行

                  相关文章

                  最新文章

                      • <bdo id='8eqlU'></bdo><ul id='8eqlU'></ul>

                      <tfoot id='8eqlU'></tfoot>

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

                      <small id='8eqlU'></small><noframes id='8eqlU'>