Pilih input tanpa jenis JS tertentu
var inputs = $('input:not([type=type])');
Scary Scarab
var inputs = $('input:not([type=type])');