Answer the question
In order to leave comments, you need to log in
How to exclude script execution from child elements?
In general, there is a script
<script>
$(document).ready(function(){
var $ops = $(".fullpage");
$(".select2-selection").click(function () {
$ops.addClass('op');
});
});
</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