Answer the question
In order to leave comments, you need to log in
Hiding the block, when selecting any in?
Good evening!
There is a div block with id="vybor", there is also a select with id="heyhey".
There is a script:
<script>
$(document).ready(function() {
$("#heyhey").on("change",function(){
if($(this).val() )
document.getElementById("vybor").style.display="none";
})
})
</script>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question