I want to know how I can get a random text variable in jQuery like this format:
15 digit random combination of letters and numbers in the first part and '@domain.com' in the second part which remains the same.
I want to get real random entries that are different all the time.
how to do this with javascript or jquery?
Thanks