失去焦点以后重新设置页面顶部位置
$('input,textarea').on('blur',function(){ window.scroll(0,0); }); $('select').on('change',function(){ window.scroll(0,0); });