//JQ 同时绑定多个事件 $(
"div.div_grren a img").bind({
mouseover:function(){
$(this).attr(
'src',border_blue_grren_img);
},
mouseout:function(){
$(this).attr(
'src',grren_img);
}
});
转载于:https://www.cnblogs.com/hgj123/p/3754547.html
相关资源:JAVA上百实例源码以及开源项目
转载请注明原文地址: https://mac.8miu.com/read-9974.html