摘要: 事件:绑定bind和解绑unbind: $('选择器').bind('事件',function(){ // 操作 ​ }) ​ $('选择器').unbind('事件') ​ $('选择器').click(function(){ // 操作 ​ }) ​mouseenter 鼠标进入 mousele 阅读全文
posted @ 2019-12-10 16:53 干it的小张 阅读(165) 评论(0) 推荐(0) 编辑