我可以使用jQuery刪除div內的部分文本。jquery部分刪除文本
像這樣:
<div class="entry">
Published May 18th 2011 - Approuved - Expire May 18 th 2012<br>Source: SuperSite
</div>
我想刪除Approuved - 過期5月18日2012
那麼結果將是:
<div class="entry">
Published May 18th 2011 <br>Source: SuperSite
</div>
div的內容是動態的還是靜態的? – 2011-06-07 10:06:17
動態爲日期「2011年5月18日」,「2012年5月18日」和「超級站點」 – user472285 2011-06-07 10:09:43