鼠标经过时切换图片

//播放视频按钮切换效果
            $('.home-video-play img').mouseenter(
                function() {
                    $(this).attr("src", "/images/video-player2.svg")
                }
            ).mouseout(
                function() {
                    $(this).attr("src", "/images/video-player1.svg")
                }
            )
posted @ 2019-12-18 09:08  大雨大雨大雨  阅读(129)  评论(0编辑  收藏  举报