Decode base64 url parameters with jquery
I want to be able to take a base64 encoded url string and retrieve the name and descriptor parameter values from it in jquery. I have it working with the parameters not base64 encoded by getting the url string as…