3
This way I activate the Focus in the first field of the form that is not hidden
:
$('form:first *:input[type!=hidden]:first').focus();
As active the focus
in the first field of the form which is not hidden
and also not a disabled field (disabled
)?
If the answer has been useful mark it as correct, so we help other possible users.
– Felipe Paetzold