(function($){ $.fn.extend({ changePic:function(){ $(this).hover(function(){ $(this).attr("src","/nwyj/images/temp/back_hover.png"); },function(){ $(this).attr("src","/nwyj/images/temp/back.png"); }); } }); })(jQuery);