5
Answers

split the string using javascript/jquery

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)