动态绑定

$(document).on("mouseover",".not_receive_code",function(){
$(".msg_info_ui").stop().fadeIn();
});
$(document).on("mouseout",".not_receive_code",function(){
$(".msg_info_ui").stop().fadeOut();
});
posted @ 2017-01-09 15:30  brady-wang  阅读(185)  评论(0编辑  收藏  举报