<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>accordion折叠面板</title>
<script type="text/javascript" src="../js/jquery-1.8.3.js" ></script>
<script type="text/javascript" src="../js/easyui/jquery.easyui.min.js" ></script>
<script type="text/javascript" src="../js/easyui/locale/easyui-lang-zh_CN.js" ></script>
<link rel="stylesheet" href="../js/easyui/themes/default/easyui.css" />
<link rel="stylesheet" href="../js/easyui/themes/icon.css" />
</head>
<body class="easyui-layout">
<div data-options="region:'north',title:'你我他学习吧管理系统'" style="height: 100px;">北部区域</div>
<div data-options="region:'west',title:'菜单导航'" style="width: 180px;">
<!--折叠面板 -->
<div class="easyui-accordion" data-options="fit:true">
<div data-options="title:'基础菜单'">面板一</div>
<div data-options="title:'系统菜单'">面板二</div>
</div>
</div>
<div data-options="region:'center'">中部区域</div>
<div data-options="region:'east'" style="width: 80px;">东部区域</div>
<div data-options="region:'south'" style="height: 80px;">南部区域</div>
</body>
</html>
jQuery easyUI--accordion折叠面板
原创a772304419 ©著作权
文章标签 Web开发 文章分类 JavaScript 前端开发
-
有趣的CSS - 汉堡菜单按钮
用 css 实现汉堡菜单图标与关闭图标过渡动画交互效果。
css 汉堡图标 动画 ux 交互体验 -
看懂OSSIM的WebUI菜单源码文件
本文详细介绍OSSIM前端WebUI菜单结构和代码注释
数组 OSSIM 汉化 -
WINDOWS右键菜单,折叠菜单
所有文件右键关联注册表修改 在HKEY_CLASSES_ROOT下面有“*”号,
Windows 右键菜单 折叠菜单 右键 notepad++