jQuery – check if an input is not a select field June 5, 2023 by Tarik if(!$(el).is("select")) { // the input field is not a select }