Answer the question
In order to leave comments, you need to log in
Show html block after select select?
Hello.
There is a form, I want to make another input appear when selecting select, how can I implement it?
Thanks in advance.
Answer the question
In order to leave comments, you need to log in
Using jquery
$('select').change(function(){
// show input
$(input).show();
});
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question