_logined_header.html头像 鼠标移入就要有效果

This commit is contained in:
lizanle 2015-10-09 13:38:35 +08:00
parent b51066694e
commit dc3cb3a26b
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@
$("#navHomepageSearchType").hide();
});
$("#user_avatar img").mouseenter(function(){
$("#navHomepageProfile").mouseenter(function(){
$("#homepageProfileMenuIcon").addClass("homepageProfileMenuIconhover");
$("#topnav_login_list").show();
});