aşağıdaki çalışma almak gibi olamaz: jQuery - Birden Çok Seçici a: not()?
$('input:not([type=radio][type=checkbox])').live('click', function() {
alert("You haven't clicked a radio or checkbox!");
});
herkes bu konuda bana yardımcı olabilir, birkaç farklı sözdizimi 's denediniz.
Alkış
Charlie
olası yinelenen [jQuery - katına: değil seçici] (http://stackoverflow.com/questions/7144976/jquery-multiple-not-selector) –