mirror of https://github.com/layui/layui
Merge branch 'layui:2.x' into 2.x
commit
f3b7c9dd51
|
@ -154,7 +154,7 @@ layui.define('jquery', function(exports){
|
|||
// Tab 删除
|
||||
,tabDelete: function(e, othis){
|
||||
var li = othis || $(this).parent();
|
||||
var index = li.index();
|
||||
var index = li.index('li');
|
||||
var tabElem = li.closest('.layui-tab');
|
||||
var item = tabElem.children('.layui-tab-content').children('.layui-tab-item');
|
||||
var filter = tabElem.attr('lay-filter');
|
||||
|
|
Loading…
Reference in New Issue