selector question

selector question

Hello,

There are multiple forms with each a submit button on the page. I want a selector for this:

All submit buttons EXCEPT the one with class "thisclass"

[type=submit].except(.thisclass)

is a selector like this possible?

Thanx!