2014-03-31 52 views
0

我想要在刪除文本後嘗試刪除文本後刪除文本,但刪除了標籤。如何刪除錨標記|後的文本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(); 
}); 

Jsfiddle

在此先感謝

+0

你想要什麼輸出? –

+0

我要感謝 –

回答