is jquery not code example
Example 1: jquery .not or
.not('[type=radio], [type=checkbox]');
Example 2: jquery .not
.not('[type=radio], [type=checkbox]');
//or for just one
.not('[type=radio]');
.not('[type=radio], [type=checkbox]');
.not('[type=radio], [type=checkbox]');
//or for just one
.not('[type=radio]');