jquery set focus on first input which is not readonly

Solutions on MaxInterview for jquery set focus on first input which is not readonly by the best coders in the world

showing results for - "jquery set focus on first input which is not readonly"
Hanae
12 Mar 2020
1$(':input:enabled:visible:first').focus();
2
similar questions