jQuery :file
此選擇器能夠匹配型別為file的<input>元素。
jQuery1.0版本新增。
語法結構:
[JavaScript] 純文字檢視 複製程式碼jQuery( ":file" )
程式碼例項:
[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(){ $(":file").css("background-color","red"); }) }) </script> </head> <body> <ul> <li><input type="file"/></li> </ul> <input type="button" value="檢視效果" id="bt"/> </body> </html>
將檔案域的背景顏色設定為紅色。
相關文章
- jquery動態新增和刪除<input type="file" />jQuery
- jQuery動態新增或刪除<input type="file">元素jQuery
- 採用Docker整合jquery-file-upload元件到WEB應用DockerjQuery元件Web
- jquery ajax file upload NET MVC 無重新整理檔案上傳jQueryMVC
- utl_file.file_type使用
- File
- log file sync 和 log file parallel writeParallel
- Bat FileBAT
- docker fileDocker
- SQL SERVER – Attach mdf file without ldf file in DatabaseSQLServerDatabase
- File雜談——初識file控制元件控制元件
- How to Convert Class File to Java File Online?Java
- jQuery初探:自制jQueryjQuery
- JavaScript File 物件JavaScript物件
- SQL on file 工具SQL
- log file switch
- 【Java】File類Java
- oracle is not in the sudoers fileOracle
- 建立DOCKER fileDocker
- v$datafile.file#與v$tempfile.file#區別
- Could not find first log file name in binary log index fileIndex
- ORA-27054: NFS file system where the file is created or resides is ......NFSIDE
- include "head_file" 和 include <head_file>
- 我的’jQuery’和jQueryjQuery
- 我的''jQuery''和jQueryjQuery
- 【Jquery】jquery 基本的動畫jQuery動畫
- 【Jquery】jquery 自定義動畫jQuery動畫
- ORA-27054: NFS file system where the file is created or resides is not mountedNFSIDE
- ASM file和file alias之間的對映關係!ASM
- data file int write和db file sequential read個人想法
- ORA-27092: skgfofi: size of file exceeds file size limit of the processMIT
- File name 屬性
- File size 屬性
- File type 屬性
- File lastModified 屬性AST
- Docker Compose fileDocker
- gitignore by file size?Git
- File 物件詳解物件