Here\'s a tricky one to start the morning.
I have a series of icons. When you click an icon it loads a form. Some of the forms have input[text] others have textareas
It's working for me in the load event.
$('#Div').find('input:first').focus();