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