I have following string 3148:3:Y and i want to get value like as
number1 = 3148
number2 = 3
number3 = Y
How to get separate value from above string in jquery.
Thank you
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Munesh SharmaPosted Oct 14, 2014, 6:28 AM
numb1 = arr[0];
numb2 = arr[1];
numb3 = arr[2];
kalu singh raoPosted Oct 14, 2014, 6:16 AM
Munesh SharmaPosted Oct 14, 2014, 6:10 AM
numberdata = 3148:3:Y