Some questions.
Is there some CSS selector similar to :checked to "evaluate" if an input type="text" is empty or not?
If there isn't, is there a Jquery alternative? To be more specific I want to stylize the following element after a "Non empty" input. I should probably only assign a class into this input:
class="NotEmpty"
and then prepare a CSS.NotEmpty+p {}
, right?What could be the reason to have a checked selector and not other similar options?