From ca6dcab9639a7f1081bee7ecd93f59d11840216e Mon Sep 17 00:00:00 2001 From: kenlee Date: Mon, 24 Mar 2025 20:50:08 +0800 Subject: [PATCH] 'lihoverjs' --- assets/javascripts/app.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/assets/javascripts/app.js b/assets/javascripts/app.js index 4aaf21f..a0a2d27 100644 --- a/assets/javascripts/app.js +++ b/assets/javascripts/app.js @@ -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() === '') {