//JQ 同时绑定多个事件
$("div.div_grren a img").bind({ mouseover:function(){ $(this).attr('src',border_blue_grren_img); }, mouseout:function(){ $(this).attr('src',grren_img); } });
//JQ 同时绑定多个事件
$("div.div_grren a img").bind({ mouseover:function(){ $(this).attr('src',border_blue_grren_img); }, mouseout:function(){ $(this).attr('src',grren_img); } });