jQuery :first-child
此選擇器匹配所有父級元素下的第一個子元素。
jQuery1.14版本新增。
語法結構:
[JavaScript] 純文字檢視 複製程式碼jQuery( ":first-child" )
程式碼例項:
[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 () { $("ul li:first-child").css("color","blue") }) }) </script> </head> <body> <div> <ul> <li>ASP教程</li> <li">ASP.NET教程</li> <li>;PHP教程</li> </ul> <ul> <li>HTML教程</li> <li>DIV+CSS教程</li> <li>jQUERY教程</li> <li>JavaScript教程</li> </ul> </div> <input type="button" value="檢視效果" id="bt" /> </body> </html>
匹配ul元素下第一個li元素,並將其字型顏色設定為藍色。
相關文章
- CSS E:first-childCSS
- :first-child與:first-of-type 區別
- css :first-child偽類選擇器用法介紹CSS
- CSS 之原來你是這樣子的: first-childCSS
- css選擇器中:first-child與:first-of-type的區別CSS
- IE6/IE7不支援first-child的解決辦法
- 前端常見bug系列1:容易被誤解的:last-child和:first-child前端AST
- jQuery初探:自制jQueryjQuery
- 我的’jQuery’和jQueryjQuery
- 我的''jQuery''和jQueryjQuery
- 【Jquery】jquery 基本的動畫jQuery動畫
- 【Jquery】jquery 自定義動畫jQuery動畫
- jQuery :not()jQuery
- jQuery not()jQuery
- jQuery is()jQuery
- jQuery()jQuery
- jQuery on()jQuery
- jQueryjQuery
- JQuery模板外掛-jquery.tmpljQuery
- jquery列印頁面(jquery.jqprint)jQuery
- jQuery入門(三)--- jQuery語法jQuery
- jQuery 3教程(一):jQuery介紹jQuery
- jQuery之使用jQuery.fn.prop()替換jQuery.fn.attr()jQuery
- JQuery基本知識彙總;JQuery常用方法;淺入瞭解JQueryjQuery
- (jQuery) jQuery中的事件與動畫(上)jQuery事件動畫
- jquery.fn.extend與jquery.extendjQuery
- jQuery 1.10.0 和 jQuery 2.0.1 釋出jQuery
- jQuery表單外掛jQuery.formjQueryORM
- jQuery 3教程(二):jQuery選擇器jQuery
- jQuery心得2--jQuery案例剖析1jQuery
- jQuery初探jQuery
- jQuery碎片jQuery
- JQuery動畫jQuery動畫
- 分解jQueryjQuery
- jquery的onjQuery
- jquery事件jQuery事件
- jQuery AjaxjQuery
- jQuery 事件jQuery事件