在文本框失去焦点时加入以下代码

 

 $('input,textarea').blur(function () {
        setTimeout(function(){
            window.scrollTo(0,document.documentElement.clientHeight);
        },100)
    });

 

相关文章:

  • 2021-10-24
  • 2022-12-23
  • 2021-07-08
  • 2022-12-23
  • 2022-12-23
  • 2021-11-02
  • 2022-12-23
  • 2021-08-11
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-16
  • 2022-12-23
  • 2022-12-23
  • 2021-06-11
  • 2021-11-09
相关资源
相似解决方案