Javascript remove html tag (html tag 제거)

// remove html tags
function removeTags(text) {
var div = $('<div/>');
div.html(text);
div.contents().filter(function () {
return this.nodeType !== 3;
}).after(function () {
return $(this).text();
}).remove();
return div.text();
}

댓글

  1. Unfortunately, they do cost transaction charges on non-crypto deposits, so maintain that in thoughts. Join Ignition at present to say their delightful two-headed welcome bonus. When you make your first deposit of as much as} $1,000 you’ll get not one but two one 카지노 hundred pc match bonuses for a complete of $1,000. On top of all that, Ignition always has tournaments occurring of 1 kind or another. Their monthly Mad Monday, jackpot sit-and-go poker tournaments, and knockout tournaments present you with|provides you with} the ultimate word|the last word} poker experience.

    답글삭제

댓글 쓰기

이 블로그의 인기 게시물

mongoDB admin 권한 설정방법 How to enable access control for mongo DB

Install pm2 via yarn globally

Install node and yarn on Linux