作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
尝试将以下内容转换为 bootstrap 3.0。有些怎么行不通。任何帮助将不胜感激。
<input type=text class="form-control" name=m_id value="{m_id}" maxlength=16 required fld_esssential option=regId label="ID" placeholder="ID>
<input type=hidden name=chk_id required fld_esssential label="id-doublecheck">
<a href="javascript:chkId()" class="btn btn-primary">ID check</a>
最佳答案
在第一行的末尾,您有一个未结束的报价。
placeholder="ID
因此它会分配所有内容,直到报价结束:
placeholder= "ID> <input type=hidden name=chk_id required fld_esssential label="
关于javascript - a href 在 bootstrap 3.0 上不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31385925/
我是一名优秀的程序员,十分优秀!