防止新增的class属性绑定多个同样的事件

1 $('.go_meeting_close').unbind("click").bind("click",function(){
2     $('#packet-modal,.ui-popup-backdrop').hide();
3     refreshIndex(userId);
4 });

 

posted @ 2015-07-27 15:50  理想18  阅读(145)  评论(0编辑  收藏  举报