Q:

jquery .not

.not('[type=radio], [type=checkbox]');
0
<!-- Answer to "jquery" -->

<!DOCTYPE html>
<html>
<head>
  <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
</head>
<body>
</body>
</html>
-1
.not('[type=radio], [type=checkbox]');
//or for just one
.not('[type=radio]');
0

New to Communities?

Join the community