Is it possible to remove the focus from a text input when a page loads? February 13, 2023 by Tarik A jQuery solution would be something like: $(function () { $('input').blur(); });