jQuery contents()
此方法查詢匹配元素內部所有的一級子節點(包括文字節點)。
如果元素是一個iframe,則選取該文件的所有文件節。
contents()和children()類似,不同的是前者在結果jQuery物件中包含了文字節點以及HTML元素。
返回值是一個jQuery物件,包含了當前jQuery物件匹配元素的所有子節點(包括元素、文字、註釋等所有型別的節點),如果沒有內容,則返回一個空jQuery物件。
jQuery1.2版本新增。
語法結構:
[JavaScript] 純文字檢視 複製程式碼$(selector).contents()
程式碼例項:
[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(){ $("ul").contents().not("[nodeType==1]").css("color","red"); }) </script> </head> <body> <div> <ul> <li>html專區</li> <li>DIV+CSS專區</li> <li>Javascript專區</li> <li>Jquery專區</li> </ul> </div> </body> </html>
以上程式碼可以將ul元素下的文字節點的顏色設定為紅色。
相關文章
- curl, fsockopen ,file_get_contents
- file_get_contents和fsockopen
- file_get_contents傳送post請求
- "Fatal error: Call to undefined function: file_put_contents()"ErrorUndefinedFunction
- file_get_contents與curl的比較
- PHP file_get_contents 與 curl 效能比較PHP
- file_get_contents和fread的效能差別
- 測評file_get_contents與curl 效率及穩定性
- file_get_contents與curl效率及穩定性問題
- drop tablespace xx INCLUDING CONTENTS AND DATAFILES; 檔案不立刻消失
- The operation, ‘DecodeJpeg/contents‘, does not exist in the graph.錯誤解決方法
- v$logmnr_contents session_info為null 或unknownSessionNull
- PHP中file_put_contents()函式的相容性問題PHP函式
- [PHP檔案管理器]⑤--file_get_contents檢視檔案PHP
- 解決PHP程序 CPU 100% -- file_get_contents惹的禍PHP
- file_get_contents 得到https型別url失敗的方法HTTP型別
- a type "complete deletion of data target contents process cannot follow process" Excute Infopacakge
- idea編輯器中 This document contents very long lines..........Idea
- 一文搞懂 $_POST 和 file_get_contents ("PHP://input") 的區別PHP
- jQuery初探:自制jQueryjQuery
- file_put_contents失敗,返回false的幾種情況和解決方案False
- curl的速度為什麼比file_get_contents快以及具體原因
- **對比$_POST、$GLOBALS['HTTP_RAW_POST_DATA']和file_get_contents('php://input')HTTPPHP
- 關於Online Redo Log Contents的一句話不理解。
- 我的’jQuery’和jQueryjQuery
- 我的''jQuery''和jQueryjQuery
- 【Jquery】jquery 基本的動畫jQuery動畫
- 【Jquery】jquery 自定義動畫jQuery動畫
- PHP載入大檔案時require和file_get_contents的效能對比PHPUI
- jQuery :not()jQuery
- jQuery not()jQuery
- jQuery is()jQuery
- jQuery()jQuery
- jQuery on()jQuery
- jQueryjQuery
- PHP-CGI程式CPU100%與file_get_contents函式的關係PHP函式
- 查詢v$logmnr_contents表沒有找到insert,update 操作的記錄
- JQuery模板外掛-jquery.tmpljQuery