This simple selector finds the first empty text input field in my form but skips over password type inputs: $('input:text[value=""]:first').focus();.
確定! 回上一頁