阅读背景:

使用jQuery在悬停下划线超链接

来源:互联网 

I used the method

我用过这个方法

$("#dvTheatres a").hover(function (){
        $(this).css("text-decoration", "underline");
    },function(){
        $(this).css("text-decoration", "none");
    }
);
$("#dvTheatres a"



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: