时间:2021-05-22
如下所示:
<select id="host_list" name="host_list" multiple> {% for op in host_list %} <option id="{{ op.nid }}">{{ op.hostname }}</option> {% endfor %}</select>1、当需要获取选中的option的value时,
需设置为id="{{ op.nid }}",
django Views获取选中的值为host_value=request.POST.getlist("host_list")
获取的为选中的option的value;
2、当需要获取选中的option的id时,
需设置为value="{{ op.nid }}",
django Views获取选中的值为host_id=request.POST.getlist("host_list")
获取的为选中的option的id;
以上这篇django获取from表单multiple-select的value和id的方法就是小编分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持。
声明:本页内容来源网络,仅供用户参考;我单位不保证亦不表示资料全面及准确无误,也不保证亦不表示这些资料为最新信息,如因任何原因,本网内容或者用户因倚赖本网内容造成任何损失或损害,我单位将不会负任何法律责任。如涉及版权问题,请提交至online#300.cn邮箱联系删除。
一、SelectjQuery获取Select选择的Text和Value:1.$("#select_id").change(function(){//code..
jQuery获取Select选择的Text和Value:语法解释:1.$("#select_id").change(function(){//code...})
jQuery获取Select选择的Text和Value:语法解释:1.$("#select_id").change(function(){//code...})
jQuery获取Select选择的Text和Value:选择一项试试看语法解释:复制代码代码如下:.$("#select_id").change(functio
两个这种组件,大体样式和功能基本相同,本文就来带领大家看看这两个组件的用法。一、组件说明以及API1、第一个组件——multiple-select。这个组件风格