onChange event on the fly using either JQuery or vanilla JS
I have an input text that disable a button if it’s empty and enable it when this change. Usually I would use a JQuery onchange event to enable or disable the button once the input value change but they asked me to do it on the fly. (disable or enable the button while I am… Read More onChange event on the fly using either JQuery or vanilla JS