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