标签:
$("#addLineImg").mouseover(
function(){
$("#addLineImg").attr("src","pages/annottor/claim/img/plus2.png");
}
);
$("#addLineImg").mouseout(
function(){
$("#addLineImg").attr("src","pages/annottor/claim/img/plus.png");
}
);
标签:
原文地址:http://www.cnblogs.com/xiandedanteng/p/5667804.html