'lihoverjs'

This commit is contained in:
kenlee 2025-03-24 20:50:08 +08:00
parent c9551f4445
commit ca6dcab963
1 changed files with 0 additions and 9 deletions

View File

@ -463,15 +463,6 @@
}
});
//li被hover
$('li').hover(
function() {
$(this).children('ul').addClass('show');
},
function() {
$(this).children('ul').removeClass('show');
}
);
//刪除空的h1
$('h1').each(function() {
if ($(this).text().trim() === '') {