'lihoverjs'
This commit is contained in:
parent
c9551f4445
commit
ca6dcab963
|
@ -463,15 +463,6 @@
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
//li被hover
|
|
||||||
$('li').hover(
|
|
||||||
function() {
|
|
||||||
$(this).children('ul').addClass('show');
|
|
||||||
},
|
|
||||||
function() {
|
|
||||||
$(this).children('ul').removeClass('show');
|
|
||||||
}
|
|
||||||
);
|
|
||||||
//刪除空的h1
|
//刪除空的h1
|
||||||
$('h1').each(function() {
|
$('h1').each(function() {
|
||||||
if ($(this).text().trim() === '') {
|
if ($(this).text().trim() === '') {
|
||||||
|
|
Loading…
Reference in New Issue