Answer the question
In order to leave comments, you need to log in
How to make SlideToggle display - block?
The following code shows when you click on two link blocks of the menu block. However, it sets the display:inline-block property on the page - which is not suitable, you need to set the display: block value.
How to do it?
$('.category-go, .category').click(function() {
$('.menu a').slideToggle(300);
});
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