0
点赞
收藏
分享

微信扫一扫

EasyuI comboxTree 使用笔记


EasyuI comboxTree 使用笔记_数据


html

<div class="fitem">
<label>上级菜单:</label>
<input id="top-menu" class="easyui-combotree" name="parentId" data-options="width:'100px'" />
</div>

js

$("#top-menu").combotree({url:"<%=request.getContextPath() %>/menu.html?act=list"});

接口返回的数据

EasyuI comboxTree 使用笔记_前端_02


举报

相关推荐

0 条评论