SyntaxFix
Write A Post
Hire A Developer
Questions
Using jQuery, you can like the map() method like so;
map()
$.map(arr, function(val,i) { return parseInt(val); });