Reputation: 325
I want to create an array with a html element. My main problem is, that i just get a string inside an array but no array.
Example: input is: 1,5,7,3,4
inside an array it look like this: ["1,5,7,3,4"]
but i want it like this: [1,5,7,3,4]
I look for a solution made in javascript or better in jquery!
Upvotes: 0
Views: 101