一般的写法
$('.sele_xlbox').find('dd').on('click'',function(){})
针对动态创建的数据添加事件
$('.sele_xlbox').on('click','dd',function(){})