attr属性

1.切换图片   

$(".tip").hover(
        function () {
            $(this).attr("src","images/four2.gif");
        },
        function () {
            $(this).attr("src","images/four1.gif");
        }
    );

2.添加样式

$("#tc").attr("style", "background:url('./images/cj-jj.png') no-repeat;display:block;height:379px;width:600px;position:relative;");
   

posted @ 2016-03-04 08:52  简单就好zyx  阅读(223)  评论(0编辑  收藏  举报