text() not a function

https://img2.mukewang.com/5bfa55080001e4ac05670189.jpg

BIG阳
浏览 920回答 1
1回答

慕尼黑8549860

$(dom).nextAll[0]&nbsp;=> 这里得到的数据只是一个DOM对象而不是jQuery对象, 所以不能用.text()方法来得到内容,需要用.innerText:var all = $(this).nextAll();for(var i=0,len=all.length;i<len;i++){&nbsp; &nbsp; var _this = $(all[i]);&nbsp; &nbsp; console.log(_this.text());}
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

JavaScript