jQuery serializeArray() into new JSON array with individual items
I am using jQuery serializeArray() and it successfully collects the engine form info. However, I need the info in an array so that each "engine" is an item in the new array. Engine 1, Engine 2 etc. Below is my…