$(window).resize(function(){ $('input[type="text"],textarea').on('click', function () { var target = this; setTimeout(function(){ target.scrollIntoViewIfNeeded(); // console.log('scrollIntoViewIfNeeded'); },400); }); });