N
N
Nikita Reshetnyak2020-05-13 13:37:02
JavaScript
Nikita Reshetnyak, 2020-05-13 13:37:02

Why does the accordion disappear?

Good day! The site has an accordion menu, which works a little incorrectly in the mobile version. When you open a sub-item, the entire menu collapses.
Site bruckebuild.c0m

Who is not very difficult to ask you to see what could be the matter.

PS I was only engaged in filling, so please do not swear too much

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
iBird Rose, 2020-05-13
@trjflash

well, if it’s the easiest way and less crutch, then add the .noclose class to the necessary .dropdown elements and write in js:

$(document).on('click','.noclose',function(e){
        e.stopPropagation();
    });

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question