摘要: /*绑定多个事件 $(function(){ $("div").delegate("#a,#b",{"click":function(){ alert(1) } ,"mouseover":function(){ $(this).before(1) } })}) $(function(){ $("di 阅读全文
posted @ 2019-05-05 10:00 小农_码 阅读(598) 评论(0) 推荐(0)