当前位置:网站首页>By default, the select drop-down box selects the solution ligerui that the selected attribute does not work
By default, the select drop-down box selects the solution ligerui that the selected attribute does not work
2022-07-24 16:01:00 【ZHZHK001】
select The drop-down box is selected by default selected Property does not work
browser —360 browser
System —win10
frame —ligerui
The original code :
<td align="left" class="l-table-edit-td">
<select name="DEP_CAT" id="DEP_CAT">
<option value="" selected="selected">- Query all -</option>
<option value="0"> personal </option>
<option value="1"> company </option>
</select>
</td>
After changing the code , Remove value="" , that will do , Unknown cause
<td align="left" class="l-table-edit-td">
<select name="DEP_CAT" id="DEP_CAT">
<option selected="selected">- Query all -</option>
<option value="0"> personal </option>
<option value="1"> company </option>
</select>
</td>
But after the change , The data obtained in the background ,value Not empty , It is “ Query all ”, It needs to be dealt with
边栏推荐
- Choice of advanced anti DDoS IP and CDN in case of DDoS
- 【AdaptiveAvgPool3d】pytorch教程
- [SWT] user defined data table
- Machine learning notes - building a recommendation system (5) feedforward neural network for collaborative filtering
- G026-db-gs-ins-03 openeuler deployment opengauss (1 active and 2 standby or multiple standby)
- 收益率在百分之六以上的理财产品,请说一下
- 有了这个机器学习画图神器,论文、博客都可以事半功倍了!
- Array in PHP_ The pit of merge
- Introduction to single chip microcomputer: LED bidirectional water lamp
- [leetcode] day103 search two-dimensional matrix II
猜你喜欢

22 bracket generation

未来数据库需要关心的硬核创新

华为无线设备配置WAPI-证书安全策略

Some understanding of the rank sum of matrix and the rank of image

简化理解:发布订阅

Talk about C pointer

Mysql8 encountered the problem of stopping after the service was started

【SWT】滚动容器实现商品列表样式

Adaptive design and responsive design

Dynamics crm: mailbox configuration (III) - configure email server profiles and mailboxes
随机推荐
Choice of advanced anti DDoS IP and CDN in case of DDoS
华为无线设备配置WAPI-证书安全策略
Scala functions and their higher-order applications
Using JS to implement click events
2022/7/18 CF training
Introduction to single chip microcomputer: LED lights cycle to the left and turn on
287 finding duplicates
Azure key vault (1) Introduction
Knowledge points of MySQL (12)
Arduino IDE ESP32固件安装和升级教程
R语言ggplot2可视化:ggplot2可视化基本散点图(scatter plot)、通过在theme_bw中指定参数base_size来改变轴标签的大小、并控制网格线和轴标签的大小
应用修改日志路径log4j.properties
Do you understand the working principle of gyroscope?
JUC源码学习笔记3——AQS等待队列和CyclicBarrier,BlockingQueue
Introduction to bermudagrass
栈与队列——1047. 删除字符串中的所有相邻重复项
AttributeError: module ‘seaborn‘ has no attribute ‘histplot‘
Dynamics crm: mailbox configuration (III) - configure email server profiles and mailboxes
2022 / 7 / 20 training record
Lsyncd set up synchronous image - use lsyncd to realize real-time synchronization between local and remote servers