Answer the question
In order to leave comments, you need to log in
How to set up tabs so that when you open the site they are opened without clicking?
eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
Answer the question
In order to leave comments, you need to log in
And you won't be strong as long as you give pictures instead of code.
Without the code, of course, it is difficult to suggest something, but there is such a solution:
$(document).ready(function () {
$('.........').click(function () {
$('.........').slideUp('slow');
if ($(this).next().is(':hidden') == true) {
$(this).next().slideDown('slow');
}
});
$('.........').hide(); // Hide Content
$('.........').show(); // Show the "Home" content by Default
});
вместо точек свои классы
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question