Hi all
How can I escape &
(ampersand) in url with the correct replacement in the jQuery function.
I have tried
.replace("/&/g", "&")
.replace("/&/g", "%26")
.replace("/&/g", "\&")
But nothing is working.
If anyone has idea please share with me.
Thanks