mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 12:02:24 +09:00
Fix old simple tree library error in jQuery 3.x
This commit is contained in:
parent
7f3eb6d56c
commit
ce11578617
1 changed files with 1 additions and 5 deletions
|
|
@ -132,7 +132,6 @@ $.fn.simpleTree = function(opt){
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
TREE.setTreeNodes = function(obj, useParent){
|
TREE.setTreeNodes = function(obj, useParent){
|
||||||
|
|
@ -226,10 +225,7 @@ $.fn.simpleTree = function(opt){
|
||||||
trigger.click(function(event){
|
trigger.click(function(event){
|
||||||
TREE.nodeToggle(node);
|
TREE.nodeToggle(node);
|
||||||
});
|
});
|
||||||
if(!$.browser.msie)
|
|
||||||
{
|
|
||||||
trigger.css('float','left');
|
trigger.css('float','left');
|
||||||
}
|
|
||||||
};
|
};
|
||||||
TREE.dragStart = function(event){
|
TREE.dragStart = function(event){
|
||||||
var LI = $(event.data.LI);
|
var LI = $(event.data.LI);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue