摘要: 添加多个事件: 相同方法: $(".table").on("mouseover mouseout","td",function(){ /* */ }); 不同方法: $(".table").on({ mouseenter:function(){ /* */ }, mouseleave:functio 阅读全文
posted @ 2017-01-04 16:55 绯红的花io 阅读(330) 评论(0) 推荐(0) 编辑