$(document).on('blur', 'input', function () {undefined setTimeout(function () {undefined var scrollHeight = document.documentElement.scrollTop || document.body.scrollTop || 0; window.scrollTo(0, Math.max(scrollHeight - 1, 0)); }, 100); });
$(document).on('blur', 'input', function () {undefined setTimeout(function () {undefined var scrollHeight = document.documentElement.scrollTop || document.body.scrollTop || 0; window.scrollTo(0, Math.max(scrollHeight - 1, 0)); }, 100); });