<input> disabled
disabled屬性可以設定表單為不可用。
它不僅僅對input元素有效,對所有表單元素都有效果。
程式碼例項:
[HTML] 純文字檢視 複製程式碼<!doctype html> <html> <head> <meta charset="utf-8"> <meta name="author" content="http://www.softwhy.com/" /> <title>螞蟻部落</title> <style> input { width:180px; color:green; } </style> </head> <body> <input type="text" disabled value="螞蟻部落"> </body> </html>
disabled屬性值是"disabled",在HTML5規範中,屬性值可以省略。
被設定為不可用的表單元素,value值不會被提交。
相關文章
- jQuery中判斷input的disabled屬性jQuery
- input屬性disabled和readonly的區別(轉)
- <input>文字框的readonly和disabled屬性區別
- 火狐瀏覽器input設定disabled屬性之後事件不生效瀏覽器事件
- jQuery :disabledjQuery
- jQuery設定disabled屬性與移除disabled屬性jQuery
- CSSStyleSheet.disabled 屬性CSS
- 使用elasticsearch,Elasticsearch Scripts disabledElasticsearch
- Bootstrap下拉選單disabledboot
- Nessus提示API Disabled錯誤API
- jquery-disabled和readonlyjQuery
- readonly和disabled區別
- $(":input")和$("input")區別
- Error: php@8.0 has been disabled because it is a versioned formula! It was disabled on 2023-11-29.ErrorPHPORM
- SELinux has to be disabled on RHEL/OEL 5Linux
- Readonly和Disabled的區別
- delete input 與 delete all inputdelete
- input
- Python -- raw_input() and input() -- ACMPythonACM
- disabled和readonly屬性區別
- CSS E:disabled偽類選擇器CSS
- CSS E:disabled 偽類選擇器CSS
- wordpress常用函式checked(),selected(),disabled()函式
- DedeCMS Error: Tag disabled: "php" 解決方法ErrorPHP
- jquery 中$("form :input") $("form input") 區別jQueryORM
- raw_input() 與 input()的區別
- jQuery :inputjQuery
- 微信小程式改變 button disabled 樣式微信小程式
- How to Check whether SELinux is Enabled or Disabled [ID 432988.1]Linux
- input和:input選擇器的區別
- ABAP 辨析ON INPUT|REQUEST|CHAIN-INPUT|CHAIN-REQUESTAI
- disabled和readonly的區別是什麼
- JavaScript input 事件JavaScript事件
- HTML input rangeHTML
- python中input()與raw_input()的區別Python
- backup archivelog delete input 與delete all input 區別Hivedelete
- 文字框的readonly和disabled屬性區別
- ORACLE 9i歸檔之ARCn: Media recovery disabledOracle