ESSAY / NOTE jquery鼠标移开关闭DIV元素 2017-05-22 ·admin $('#show').hover(function(){ $(this).show(); }, function(){ $(this).hide(); });