$('#pag').on('click','.clickable',function(){
$this = $(this);
refreshClasses($(this).data('id'))
})
要求jq 1.7+版本
                $this = $(this);
refreshClasses($(this).data('id'))
})
要求jq 1.7+版本
                    
                    2018-03-22
                
            .overlap中的透明要通过rgba设置才能使得笔记本显示出来不是透明的
.overlap{
position: fixed;
left:0;
top: 0;
width:100%;
height: 100%;
/* background-color: black;
opacity: 0.5;*/
background-color: rgba(0,0,0,0.5);
/*display: none;*/
}
                .overlap{
position: fixed;
left:0;
top: 0;
width:100%;
height: 100%;
/* background-color: black;
opacity: 0.5;*/
background-color: rgba(0,0,0,0.5);
/*display: none;*/
}
                    
                    2018-01-23