菜单列表默认不展开
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function() {
|
||||
$("#treeTable").treeTable({
|
||||
expandLevel : 3
|
||||
expandLevel : 1
|
||||
}).show();
|
||||
$("input[name=sorts]").each(function(){
|
||||
$(this).keydown(function(event){
|
||||
|
||||
Reference in New Issue
Block a user