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

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

      <tfoot id='Ap8iA'></tfoot>

      1. <small id='Ap8iA'></small><noframes id='Ap8iA'>

        是否有用于“鼠标释放"的 HTML 属性/事件处理

        时间:2023-09-08
        <i id='YNGIx'><tr id='YNGIx'><dt id='YNGIx'><q id='YNGIx'><span id='YNGIx'><b id='YNGIx'><form id='YNGIx'><ins id='YNGIx'></ins><ul id='YNGIx'></ul><sub id='YNGIx'></sub></form><legend id='YNGIx'></legend><bdo id='YNGIx'><pre id='YNGIx'><center id='YNGIx'></center></pre></bdo></b><th id='YNGIx'></th></span></q></dt></tr></i><div id='YNGIx'><tfoot id='YNGIx'></tfoot><dl id='YNGIx'><fieldset id='YNGIx'></fieldset></dl></div>
      2. <tfoot id='YNGIx'></tfoot>
                <tbody id='YNGIx'></tbody>
              <legend id='YNGIx'><style id='YNGIx'><dir id='YNGIx'><q id='YNGIx'></q></dir></style></legend>

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

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

                1. 本文介绍了是否有用于“鼠标释放"的 HTML 属性/事件处理程序?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  我需要在释放滑块旋钮时调用一个函数.onchange 在我更改值时更改它.有没有类似的解决方案

                  I need a function to be called when the slider knob has been released. onchange changes the value while I'm changing it. Is there a solution for this like

                  <input type="range" min="0" max="1000" onrelease="callfunction()">
                  

                  推荐答案

                  使用 mouseup 事件和 touchend 事件在手机上用于处理此用户交互.

                  Use the mouseup event on desktop browsers and the touchend event on mobile phones for handling this user interaction.

                  <input type="range" min="0" max="1" 
                         onmouseup="callfunction()" 
                         ontouchend="callfunction()">
                  

                  我建议您查看 caniuse.com 以获得浏览器支持.

                  I would recommend to check caniuse.com for browser support.

                  已知问题(截至 2019-03-25):

                  • IE10 &11 在 mousemove 上触发change"事件而不是input".
                  • IE10 &11 有 一些与步长值.

                  这篇关于是否有用于“鼠标释放"的 HTML 属性/事件处理程序?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:CSS 框模型属性排序约定 下一篇:使用getAttribute(),还是不使用getAttribute():这是个问

                  相关文章

                  最新文章

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

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