How to Set Focus on Input Field using JQuery December 19, 2022 by Tarik Try this, to set the focus to the first input field: $(this).parent().siblings('div.bottom').find("input.post").focus();