Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
5
Answers
split the string using javascript/jquery
Gowtham Rajamanickam
9y
595
1
Reply
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;
var names="
[email protected]
;
[email protected]
;
[email protected]
";
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.
Post
Reset
Cancel
Answers (
5
)
Next Recommended Forum
How to open google login dialog in the same window instead o
JavaScript stops other Scripts on the Page