Jquery同时绑定多个事件

mac2022-06-30  73

//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上百实例源码以及开源项目
最新回复(0)