I have asked this question before and it's really a simple question but I am still waiting for an answer.
I want string containing "'" single quote.
I know I can use double single quote to evade the problem but I don't want to use double single quotes.
Is there any solution I can use single quote in Javascript. I am saving value with single quote in cookies and operating on it in javascript.
Its really a simple functionality I don't know why the developer community do not know some simple solution to it
UPDATE: I don't want to use back slash since I don't have access to string source