5
Reply

split the string using javascript/jquery

Gowtham Rajamanickam

Gowtham Rajamanickam

May 25 2015 5:30 AM
582
Hi,
 
Im getting the ouput value like ,var names="[email protected];[email protected];[email protected]";  
I want to send an email to all users separetly.
so anyone having idea to split the users separately,
 
ex;
 
sendemail(names); 
 but i dont want to use all names in To field ,Any one having idea to split the usernames separate variable.using javascript  and Jquery.
 
 

Answers (5)