Convert HTML Character Entities back to regular text using javascript

后端 未结 5 2057
梦毁少年i
梦毁少年i 2020-11-29 08:54

the questions says it all :)

eg. we have >, we need > using only javascript

Update: It seems jquery is t

5条回答
  •  [愿得一人]
    2020-11-29 09:11

    There is nothing built in, but there are many libraries that have been written to do this.

    Here is one.

    And here one that is a jQuery plugin.

提交回复
热议问题