Is anyone know "How can I remove the special character while fetching data from CkEditor",
For-example : (Land Rover’s YouTube account ) and '
I have tried this way but if something else come then i have to replace always with plain text. (Refer - aa.PNG)
please let me know if there is any other way.
Hi Prince K,
Doing a quick search on Google you can find JavaScript that decodes HTML content.
Take a look at this example:
http://jsfiddle.net/LYteC/4/
You can then use the JavaScript for your example.
Hope it helps.
Kind regards,João