Home › Forums › JavaScript › Setting focus to a textarea after it has been loaded via ajax .load() › Re: Setting focus to a textarea after it has been loaded via ajax .load()
September 6, 2011 at 11:51 am
#86501
Member
If #foo is the id of the input element:
$('#foo').focus();