I\'m using the jQuery Validation plugin and want to disable the or element/container it creates to display the error \'message\'.
Basically, I want the input element wi
Easiest solution with only CSS:
label.valid { display: none; }