mirror of https://github.com/layui/layui
parent
834aa787cb
commit
947aeb391a
|
@ -155,7 +155,7 @@ layui.define('jquery', function(exports){
|
|||
// Tab 删除
|
||||
,tabDelete: function(e, othis){
|
||||
var li = othis || $(this).parent();
|
||||
var index = li.index('li');
|
||||
var index = li.parent().children('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