欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

Js中parentNode,parentElement,childNodes,children之間的區(qū)別

 更新時(shí)間:2013年11月26日 09:08:39   作者:  
這篇文章主要是對(duì)Js中parentNode,parentElement,childNodes,children的區(qū)別進(jìn)行了詳細(xì)的分析介紹,需要的朋友可以過(guò)來(lái)參考下,希望對(duì)大家有所幫助

parentElement 獲取對(duì)象層次中的父對(duì)象。 
parentNode 獲取文檔層次中的父對(duì)象。 
childNodes 獲取作為指定對(duì)象直接后代的 HTML 元素和 TextNode 對(duì)象的集合。 
children 獲取作為對(duì)象直接后代的 DHTML 對(duì)象的集合。 

--------------------------------------------------------

parentNode和parentElement功能一樣,childNodes和children功能一樣。但是parentNode和childNodes是符合W3C標(biāo)準(zhǔn)的,可以說(shuō)比較通用。而另外兩個(gè)只是IE支持,不是標(biāo)準(zhǔn),F(xiàn)irefox就不支持

--------------------------------------------------------

用這parentNode,childNodes 2個(gè)就行了.樓上的都是正解!

--------------------------------------------------------

只是標(biāo)準(zhǔn)不一樣嗎?

--------------------------------------------------------

這個(gè)不是“標(biāo)準(zhǔn)不一樣”,
另外兩個(gè)根本就不是標(biāo)準(zhǔn),
可以理解為ie自定義的

--------------------------------------------------------

也就是說(shuō)parentElement、children是IE自家的東西,別的地方是不認(rèn)的。
那么,他們的標(biāo)準(zhǔn)版就是parentNode,childNodes。
這兩個(gè)的作用和parentElement、children是一樣的,并且是標(biāo)準(zhǔn)的、通用的。

--------------------------------------------------------

以下是簡(jiǎn)單的解釋,注意個(gè)別字的差異:
parentNode Property: Retrieves the parent object in the document hierarchy.

parentElement Property:Retrieves the parent object in the object hierarchy.

childNodes:
Retrieves a collection of HTML Elements and TextNode objects that are direct descendants of the specified object.

children:
Retrieves a collection of DHTML Objects that are direct descendants of the object.

--------------------------------------------------------

我也從dhtml手冊(cè)里拿了兩段^_^
parentElement children:
There is no public standard that applies to this property/collection.
parentNode childNodes:
This property/collection is defined in World Wide Web Consortium (W3C) Document Object Model (DOM) Level 1 .

很多W3C標(biāo)準(zhǔn)從IE5才開(kāi)始支持
IE4以前的只能用ie自己的方法

============================================


[Ctrl+A 全選 注:引入外部Js需再刷新一下頁(yè)面才能執(zhí)行]

看見(jiàn)沒(méi)有,這里的這個(gè)bbb,影響了結(jié)果

相關(guān)文章

最新評(píng)論