In this way I activate the focus in the first field of the form that is not hidden
:
$('form:first *:input[type!=hidden]:first').focus();
How do I activate focus
in the first field of the form that is not hidden
and is not also a disabled field ( disabled
)?