nodeType屬性返回被選節(jié)點的節(jié)點類型介紹
更新時間:2013年11月22日 09:31:13 作者:
這篇文章主要介紹了nodeType屬性返回被選節(jié)點的節(jié)點類型。需要的朋友可以過來參考下,希望對大家有所幫助
節(jié)點編號: 節(jié)點名稱:
1 Element
2 Attribute
3 Text
4 CDATA Section
5 Entity Reference
6 Entity
7 Processing Instrucion
8 Comment
9 Document
10 Document Type
11 Document Fragment
12 Notation
1 Element
2 Attribute
3 Text
4 CDATA Section
5 Entity Reference
6 Entity
7 Processing Instrucion
8 Comment
9 Document
10 Document Type
11 Document Fragment
12 Notation
相關(guān)文章
在javaScript中關(guān)于submit和button的區(qū)別介紹
submit是button的一個特例,也是button的一種,它把提交這個動作自動集成了,submit和button,二者都以按鈕的形式展現(xiàn),看起來都是按鈕,所不同的是type屬性和處發(fā)響應的事件上2013-10-10
css配合JavaScript實現(xiàn)tab標簽切換效果
本篇文章我們給大家分享一個關(guān)于CSS配合JS實現(xiàn)的TAB標簽切換效果,需要的朋友們可以測試下。2018-10-10

