L
L
luckyjenro02021-06-11 23:06:57
css
luckyjenro0, 2021-06-11 23:06:57

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

1 answer(s)
A
Alexander Leleka, 2021-06-12
@Laweb

Using jquery
$('select').change(function(){
// show input
$(input).show();
});

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question