text https://stackoverflow.com/questions/19752986/jquery-change-image-src-on-hover

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text https://stackoverflow.com/questions/19752986/jquery-change-image-src-on-hover相关的知识,希望对你有一定的参考价值。

$(".img-social").hover(function(){
    $(this).attr("src", function(index, attr){
        return attr.replace(".png", "-active.png");
    });
}, function(){
    $(this).attr("src", function(index, attr){
        return attr.replace("-active.png", ".png");
    });
});

以上是关于text https://stackoverflow.com/questions/19752986/jquery-change-image-src-on-hover的主要内容,如果未能解决你的问题,请参考以下文章

Xcode Debugger Extremely Slow , Xcode Swift调试器调试时极其慢(😡)

Android Studio - Unable to create Debug Bridge: Unable to start adb server: adb server version (32)

库魔法。 text/plain 而不是 text/javascript text/css

<!-- text --> 和 /* text */ 注释有啥区别?

VB中 如何复制Text1.text的字体到剪贴板? 如何剪切?

VB 加减乘除