Wählen Sie Eingänge ohne spezifischen Typ JS aus
var inputs = $('input:not([type=type])');
Scary Scarab
var inputs = $('input:not([type=type])');