I need to use a ArrayList
in JavaScript to manipulate data and pass it through ajax.
For example: Set what type of transport it is, make, year and color.
eg var data = {"Automobile", "Nissan", "2010", "Red"}
Problem: What I need is to know how I can handle the data in this way and how to eliminate a certain row in the array, for example the one in the car I put up.
I hope to make myself understood.