Jquery – How to escape the apostrophe in javascript
When I select a name from dropdown where it has an apostrophe Example: Brian O'Connar My JS code will bring Brian O and rest of the characters after apostrophe gets cuts. My Original JS code to load the data --…