Please try this:
<div class="easyui-tabs" style="width:700px;height:250px">
<div title="tab1" data-options="
closable:true,
onDestroy:function(){
console.log('close tab1')
}"></div>
<div title="tab2" data-options="
closable:true,
onDestroy:function(){
console.log('close tab2')
}"></div>
</div>