$("#addLineImg").mouseover(
        function(){
            $("#addLineImg").attr("src","pages/annottor/claim/img/plus2.png");
        }
    );
    $("#addLineImg").mouseout(
        function(){
            $("#addLineImg").attr("src","pages/annottor/claim/img/plus.png");
        }
    ); 
  
 
本文转自张昺华-sky博客园博客,原文链接:http://www.cnblogs.com/xiandedanteng/p/5667804.html,如需转载请自行联系原作者

 
                            