Here is my code :
var string1= "Hello how are =you";
I want a string after "=" i.e. "you" only from this whole string. Suppose the string will always have one "=" character and i want all the string after that character in a new variable in jquery.
Please help me out.