I'm using this line of code:
$(":text:visible:enabled:first").focus();
It works in Firefox but not in Chrome, IE8, IE7, or Safari. I would ideally like to place the cursor in a text field at a form so that one may just starting typing in the field without having to navigate to it with a mouse.