我想要在刪除文本後嘗試刪除文本後刪除文本,但刪除了標籤。如何刪除錨標記|後的文本JQuery
<p class="ktext">We have some text here and after the link the text should be remove <a target="_blank" href="http://bit.ly/1hSmsAW">http://bit.ly/1hSmsAW</a> i am going to be removed.</p>
$(document).ready(function(){
$('.ktext a').after().remove();
});
在此先感謝
你想要什麼輸出? –
我要感謝 –