标签: javascript jquery html css
我想从颜色选择器中更改菜单的悬停颜色。
这不行?我需要在没有.hover()函数的情况下完成它。
$( ".mega-menu li:hover > a" ).css( "background-color", "#000" );