jQuery :enabled
此選擇器可以匹配所有可用的元素。
jQuery1.0版本新增。
語法結構:
[JavaScript] 純文字檢視 複製程式碼jQuery( ":enabled" )
程式碼例項:
[HTML] 純文字檢視 複製程式碼執行程式碼<!DOCTYPE html> <html> <head> <meta charset=" utf-8"> <meta name="author" content="http://www.softwhy.com/" /> <title>螞蟻部落</title> <script src="http://code.jquery.com/jquery-latest.js"></script> <script type="text/javascript"> $(document).ready(function(){ $("#bt").click(function () { $("input:enabled").css("background-color", "red"); }); }); </script> </head> <body> <ul> <li> 不可用文字框:<input type="text" disabled="disabled" /> 可用的文字框:<input type="text"/> </li> </ul> <input type="button" value="檢視效果" id="bt" /> </body> </html>
點選按鈕可以將可用文字框背景顏色設定為紅色。
相關文章
- CSS E:enabled 選擇器CSS
- REST is not enabled. use -rest to turn onREST
- dba_enabled_traces 資料
- The Execute Disable/No Execute CPU feature is not enabled for this machineMac
- 測試dns時報Error: Dynamic update is not enabledDNSError
- SSH Server CBC Mode Ciphers Enabled漏洞修復Server
- Java訪問SSL enabled DB2 DatabaseJavaDB2Database
- How to Check whether SELinux is Enabled or Disabled [ID 432988.1]Linux
- VMware: ESXi requires the Execute Disable/No Execute CPU feature to be enabledUI
- ORA-00439: feature not enabled: Real Application ClustersAPP
- 【HMS Core】ToolKit,Merchant Service has not been enabled yet
- Centos 7常見問題——SMBus Host Controller not enabled!CentOSController
- Docker Are you trying to connect to a TLS-enabled daemon without TLS?DockerTLS
- ROS報錯The target name "test" is reserved when CTest testing is enabledROS
- ORA-01618: redo thread 2 is not enabled - cannot mountthread
- GGS ERROR 190 No Minimum Supplemental Logging Is EnabledError
- 轉享: OAuth成為新熱點: 76 OAuth-enabled APIsOAuthAPI
- 關於nginx HTTP Strict Transport Security (HSTS) Policy Not Enabled 的處理NginxHTTP
- Oracle 12c 新特性之臨時Undo--temp_undo_enabledOracle
- TypeError: Tensor objects are only iterable when eager execution is enabled. To iterate over this tErrorObject
- 00017: Data frame has at least one annotation group that is enabled and contains graphicsASTAI
- jQuery初探:自制jQueryjQuery
- trace_enabled 是否產生trace日誌--按情況來關閉
- 記一次ALTER SESSION SET hash_join_enabled specifies an obsolete parameterSession
- 我的’jQuery’和jQueryjQuery
- 我的''jQuery''和jQueryjQuery
- 【Jquery】jquery 基本的動畫jQuery動畫
- 【Jquery】jquery 自定義動畫jQuery動畫
- Software-Defined Networking and Security From Theory to Practice (Data-Enabled Engineering).pdf ...
- Oracle 12C R2新特性-本地UNDO模式(LOCAL_UNDO_ENABLED)Oracle模式
- ERROR3948: Loading local data is disabled - this must be enabled on both the client and server sidesErrorclientServerIDE
- ERROR OGG-00730 No minimum supplemental logging is enabledError
- jQuery :not()jQuery
- jQuery not()jQuery
- jQuery is()jQuery
- jQuery()jQuery
- jQuery on()jQuery
- jQueryjQuery