jQuery :even
此選擇器匹配所有索引值為偶數的元素,從0開始計數。
jQuery1.0版本新增。
語法結構:
[JavaScript] 純文字檢視 複製程式碼jQuery( ":even" )
程式碼例項:
[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 () { $("li:even").css("color", "blue"); }); }); </script> </head> <body> <ul> <li>螞蟻部落一</li> <li>螞蟻部落二</li> <li>螞蟻部落三</li> <li>螞蟻部落四</li> </ul> <input type="button" value="檢視效果" id="bt" /> </body> </html>
將索引值為偶數的li元素的字型顏色設定為藍色。
相關文章
- It's not even the whole quest. In this article
- [ARC146C] Even XOR
- Mourinho said Chelsea are not even close winningAI
- LeetCode-Odd Even Linked ListLeetCode
- Even so when its slimex 15 concentrations
- [CareerCup] 5.6 Swap Odd and Even Bits 交換奇偶位
- Nothing lasts forever, Even cold November rainASTAI
- [LeetCode] 328. Odd Even Linked ListLeetCode
- 暴力列舉- uva11464 - Even Parity
- [ABC126D] Even Relation 題解
- I do not even think it's a case of people loving PSO
- LeetCode之Odd Even Linked List(Kotlin)LeetCodeKotlin
- LeetCode之Sum of Even Numbers After Queries(Kotlin)LeetCodeKotlin
- Therefore, even though this Post Hook strategy may not become a normHookORM
- Keep processes running in the background and even after SSH session disconnectsSession
- 【kickstart 2018 round A】 Even Digits PythonGitPython
- UVA 11464 Even Parity(部分列舉 遞推)
- Login Oracle Instance Even When sysdba Cannot Do SoOracle
- Solution - Codeforces 2031F Penchick and Even Medians
- OBIEE 11g users still able to login even with invalid password
- 【RAC】Diskgroup shows offline after restart even it is mounted in ASM instanceRESTASM
- DevOps is Hard、DevSecOps is Even Harder. --- Enterprise Holdidev
- 在容器中執行Java應用程式的提示和工具 - Even HoltheJava
- UVA 11464-Even Parity(偶數矩陣-開關問題)矩陣
- Does Not Delete Archivelogs Even When They Already Backed Up To Tape_1607250.1deleteHive
- why do header files even exist?(標頭檔案有什麼用)Header
- jQuery初探:自制jQueryjQuery
- 串列埠通訊校驗方式(even,odd,space,mark)UART資料波形分析串列埠
- 排查qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.QTPluginPlatform
- 我的’jQuery’和jQueryjQuery
- 我的''jQuery''和jQueryjQuery
- 【Jquery】jquery 基本的動畫jQuery動畫
- 【Jquery】jquery 自定義動畫jQuery動畫
- PostgreSQL DBA(114) - pgAdmin(Don't use char(n) even for fixed-length id)SQL
- jQuery :not()jQuery
- jQuery not()jQuery
- jQuery is()jQuery
- jQuery()jQuery