当前位置:网站首页>input禁止输入
input禁止输入
2022-08-02 00:17:00 【m0_67403240】
input标签禁止输入的方法:
- 添加 οnfοcus=“this.blur()” 使元素失去焦点
- 将属性 maxlength 的值设为 0
例如:<input type=“number” name=“” id=“” max=“10” min=“1” οnfοcus=“this.blur()”>
例如:
input标签禁用的方法:
- 添加 disabled 禁用属性
- 添加 readonly 只读属性
注意:“禁用” 和 “禁止输入” 是有区别的,禁用会使input自带的功能丧失,标签呈灰色状态。而禁止输入仍能保持原有功能
注意:下方是源代码,可直接复制
<input type=“password” name=“” id=""maxlength=“6”>
yes
no
one
two
three
button
<input type=“number” name=“” id=“” max=“10” min=“1” οnfοcus=“this.blur()”>
one two three
先自我介绍一下,小编13年上师交大毕业,曾经在小公司待过,去过华为OPPO等大厂,18年进入阿里,直到现在。深知大多数初中级java工程师,想要升技能,往往是需要自己摸索成长或是报班学习,但对于培训机构动则近万元的学费,着实压力不小。自己不成体系的自学效率很低又漫长,而且容易碰到天花板技术停止不前。因此我收集了一份《java开发全套学习资料》送给大家,初衷也很简单,就是希望帮助到想自学又不知道该从何学起的朋友,同时减轻大家的负担。添加下方名片,即可获取全套学习资料哦
边栏推荐
- go笔记——map
- 632. Minimum interval
- Mean Consistency Tracking of Time-Varying Reference Inputs for Multi-Agent Systems with Communication Delays
- 管理基础知识13
- Multidimensional Correlation Time Series Modeling Method Based on Screening Partial Least Squares Regression of Correlation Variables
- 测试点等同于测试用例吗
- Constructor, this keyword, method overloading, local variables and member variables
- JS中对作用域链的理解(查找变量)
- 06-SDRAM : SDRAM control module
- Don't know about SynchronousQueue?So ArrayBlockingQueue and LinkedBlockingQueue don't and don't know?
猜你喜欢
ELK日志分析系统
测试点等同于测试用例吗
[21-Day Learning Challenge] A small summary of sequential search and binary search
使用jOOQ将Oracle风格的隐式连接自动转换为ANSI JOIN
Quick solution for infix to suffix and prefix expressions
[HCIP] BGP Small Experiment (Federation, Optimization)
Unknown CMake command "add_action_files"
poker question
期货开户调整交易所保证金标准
请教一下本网站左下角的动漫人物是怎么做的?
随机推荐
BGP综合实验 建立对等体、路由反射器、联邦、路由宣告及聚合
Redis-消息发布订阅
Business test how to avoid missing?
【目标检测】FCOS: Fully Convolutional One-Stage Object Detection
Realize deletion - a specified letter in a string, such as: the string "abcd", delete the "a" letter in it, the remaining "bcd", you can also pass multiple characters to be deleted, and pass "ab" can
ERROR 2003 (HY000) Can‘t connect to MySQL server on ‘localhost3306‘ (10061)
C语言:打印整数二进制的奇数位和偶数位
管理基础知识16
Transient Stability Distributed Control of Power System with External Energy Storage
go笔记之——goroutine
使用jOOQ将Oracle风格的隐式连接自动转换为ANSI JOIN
期货开户是否有资金门槛?
基于注意力机制的多特征融合人脸活体检测
鲲鹏编译调试插件实战
管理基础知识13
els block deformation judgment.
基于数据驱动的变电站巡检机器人自抗扰控制
字符串分割函数strtok练习
面试:简单介绍你参与的一个项目
go笔记记录——channel