Answer the question
In order to leave comments, you need to log in
How to make popup windows synchronous?
welovepavel.esy.es/1
https://vk.com/doc309751762_437002292?hash=a60f49d...
how to make them not overlap each other, and if one opens, the second closes.
$(".mc_item_wrap").click(function(){
$(this).children("ul").slideToggle();
});
$(".mc_item_wrap_us").click(function(){
$(this).slideToggle();
});
Answer the question
In order to leave comments, you need to log in
Can you upload the psd. people are already compiling and throwing off the finished project for you. And, of course, free of charge.
Maybe read some theory. Practice yourself. And for layout issues, contact Google, video tutorials ... Since you are planning to do layout, it may be better to spend more time studying. Because if you get ready-made pieces of code here, it will not be a finished project, but a collection of bicycles, which in the future will be impossible to maintain.
do hiding all before showing the selected one (styles, as I understand it, are implemented)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question