扫码关注官方订阅号
请问bootstrap的这个popover一样的小框是怎么实现的呢?调用了javascript吗?最近在用angular做项目,没有调用bootstrap的js,只调了bootstrap.css;是angular-ui-bootstrap里面包含了bootstrap.js实现的效果吗?
说得比较糊涂,希望各位大大海涵。
这个效果是高版本chrome对html5 input type="email" 的表单验证的实现
ie8下看看,还有吗
这不是Bootstrap的功能,这是Chrome对于表单的验证。
你不妨试试<input type="number">或者其他类型的输入框
<input type="number">
微信扫码关注PHP中文网服务号
QQ扫码加入技术交流群
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
PHP学习
技术支持
返回顶部
这个效果是高版本chrome对html5 input type="email" 的表单验证的实现
ie8下看看,还有吗
这不是Bootstrap的功能,这是Chrome对于表单的验证。
你不妨试试
<input type="number">或者其他类型的输入框