This commit is contained in:
hufangzhou
2022-03-28 10:19:44 +08:00
parent 20f060bcaf
commit 3a38d4787d
+7
View File
@@ -11,4 +11,11 @@ $(function()
}
$('#main .main-content li.has-list').addClass('open in');
$('.menu-actions > a').click(function()
{
$(this).parent().hasClass('open') ? $(this).css('background', 'none') : $(this).css('background', '#f1f1f1');
})
$('.menu-actions > a').blur(function() {$(this).css('background', 'none');})
})