How to delete a class from another element after input or textarea has been filled?
Those. there is:
<input class="data" type="text" value="" placeholder="Тест 1"> <input class="data" type="text" value="" placeholder="Тест 2"> <input class="data" type="text" value="" placeholder="Тест 3"> AND:
<a href="#test" class="test no_valide">Тест</a> After all the input have been filled in, the reference must remove the no_valide class.