Click to expand the real events of contraction

$('.menu-1').click(function(){
if($('.menu-1-child').is(':hidden'))
{
$('.menu-1-child').slideDown('slow');
$ (This) .text ( 'hide');
console.log($(this).text())
if ($ (this) .text () == 'hide') {
$(".menu-1").on("click",function () {
$ (This) .text ( 'hide');
$(".menu-1-child").slideUp(300)
})
}
}else{
$('.menu-1-child').slideUp('slow');
$ (This) .text ( 'expanded');
}
});

Guess you like

Origin www.cnblogs.com/supereast/p/10955269.html