Here is my code:
var string1= "Hello how are =you";
I want a line after "=", that is, "you" only from this entire line. Suppose a string will always have a single "=" character, and I want the entire string after that character in a new variable in jquery.
Please help me.
javascript
deepak.mr888 Jun 11. '14 at 6:59 a.m. 2014-06-11 06:59 a.m.
source share