How do I style a form select field, depending on selection with css or jquery?
I want to style the text color in the select field as gray (#b8b8b8), and when a selection (either Yes or NO) is made, the select field text should be styled as white (#fff). <form> <select> <option selected disabled>please select</option>…