摘要: 按看段代码:1 $('.test').on('click', function() {2 console.log('hello');3 $(this).removeClass('test');4 });就算是remove掉class test,照样可以点,事件绑定的是这个对象。 阅读全文
posted @ 2015-04-01 17:43 lqj12138 阅读(86) 评论(0) 推荐(0) 编辑