在实际项目中会用到很多关于鼠标移入移除事件的js,虽然经常写,但每次也会忘记,所以特记下来
$('.cooperate_show').hover(function (){
$(this).children('.cooperate_phone').show();
},function (){
$(this).children('.cooperate_phone').hide();
});
在实际项目中会用到很多关于鼠标移入移除事件的js,虽然经常写,但每次也会忘记,所以特记下来
$('.cooperate_show').hover(function (){
$(this).children('.cooperate_phone').show();
},function (){
$(this).children('.cooperate_phone').hide();
});
本文标题:鼠标移入移除事件
本文链接:https://www.haomeiwen.com/subject/kxevrqtx.html
网友评论