For example I have a css style like this :
input.validation-passed {border: 1px solid #00CC00; color : #000;}
The javascript validation framework I use will inject every input tag with a class="validation-passed" .For the elements like <input type='text' />
... , this is ok , but for <input type='button' />
, I want this is not applied , how should I do this ?