I want to get the value in jquery after the equal sign but i am not been able to get the value this is my url
https://dev.example.com/front-end-pm/?fepaction=newmessage&=Shammy%20Kothari
this is how i am trying to get the value after the = sign
var url =window.location.href;
var queryString = url.split('&', 2)[1] || '';
I am getting like this
=Shammy%20Kothari
I just Need
Shammy Kothari