tutorial.eyehunts.com
JavaScript escape double quotes in a string | Example code
Use replace method with regex to escaping double quotes in JavaScript from a string in a variable. The replace() method returns a new string
Rohit