首頁 >web前端 >js教程 >jquery提取元素裡的純文字不包含span等裡的內容_jquery

jquery提取元素裡的純文字不包含span等裡的內容_jquery

WBOY
WBOY原創
2016-05-16 17:20:511445瀏覽
複製程式碼 程式碼如下:

var text = '';
$('div') .contents().each(function(){
if(this.nodeType === 3){
text = this.wholeText;
}
});

nodeType
元素element 1
属性attr 2
文本text 3
注释comments 8
文档document 9
陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn