<script>
var tem="{$Zgoods.type_2}";
$("#type_2 option[value='"+tem+"']").attr("selected",""); //如果值一样 就选中对应的option,
</script>
相关文章
- MyDAL - .Where() 之 .WhereSegment 根据条件 动态设置 Select查询条件 使用
- mybatis mapper.xml 写关联查询 运用 resultmap 结果集中 用 association 关联其他表 并且 用 association 的 select 查询值 报错 java.lang.IllegalArgumentException: Mapped Statements collection does not contain value for mybatis.map
- [thml]HTML select标签 获取选中的option的value及Text内容
- discuz搬家后报错SQL:SELECT value FROM [Table]vars WHERE name=’noteexists1′的解决办法
- 根据value选择select
- 禁止select下拉框的其中某个选择项不能被选择
- jQuery中的属性过滤选择器(四、五):[attribute] 、[attribute=value]、[attribute!=value] 、[attribute^=value] 等
- 根据ID,class 选择元素
- 下拉选择select和复选框checkbox的状态的各种方式
- Map根据value值进行倒序排列