diff --git a/examples/element.tab.html b/examples/element.tab.html index 363e9689..c1af1927 100644 --- a/examples/element.tab.html +++ b/examples/element.tab.html @@ -113,6 +113,10 @@ layui.use(['element', 'form'], function(){ element.on('tab(test)', function(data){ console.log(this, data); }); + + element.on('tabDelete(tabDemo)', function(data){ + console.log(this, data); + }); });