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
$(":input:first").focus();
The :input selector grabs all input, textarea, select and button elements.
:input