鑑於這個網站:jQuery是否選擇元素中未包含元素的文本?
<div id='tst1'>
<div id='tst2'>tst2</div>
<div id='tst3'>tst3</div>
this is the text i want
</div>
如何選擇爲「這是我想要的文字」文本? $('#tst1').text()
給出了tst1中包含的所有文本元素(例如tst2,tst3等)。
我不能依靠知道包含的包裹元素(上面的tst2,tst3)的id,但我可以依賴我想要在組中最後列出的文本。
很好完成。還沒有做過像這樣的過濾器。謝謝! – mix 2012-07-17 00:17:19
@mix不用擔心!很高興它幫助':)' – 2012-07-17 00:17:46
+1一個偉大的插件:) – undefined 2012-07-17 00:33:54