In jQuery selector, I know hot select all Button:
$("input:button")
And how to not contain class
$("input:not(.class1)")
But how do you filter by both?
In jQuery selector, I know hot select all Button:
$("input:button")
And how to not contain class
$("input:not(.class1)")
But how do you filter by both?