为了账号安全,请及时绑定邮箱和手机立即绑定

二级联动:如何根据一级<select>标签的值去后台查询回显二级<select>中?

二级联动:如何根据一级<select>标签的值去后台查询回显二级<select>中?

潇潇雨雨 2019-03-20 18:15:34
jsp:选择区域负责人之后,根据其value中的userid去后台操作数据库查询其手下所有的促销主管,并回显在super3的<select>标签中可供继续选择,用js或jquery操作ajax,前端代码应该怎么写?               <select name="super2" id="super2" >                      <option value="">区域负责人</option>                      <c:forEach  var="item" items="${entity}">                        <option value="${item.userId }">${item.realName }</option>                      </c:forEach>                         </select>                                    <select name="super3" id="super3" >                      <option value="">促销主管</option>                      <c:forEach  var="item" items="${entity}">                        <option value="${item.userId }">${item.realName }</option>                      </c:forEach>                 </select>
查看完整描述

2 回答

?
侃侃尔雅

TA贡献1801条经验 获得超16个赞

给第一级select绑定change事件,在里面通过ajax更新第二级select的值

。。。以此类推


查看完整回答
反对 回复 2019-04-19
  • 2 回答
  • 0 关注
  • 1141 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信