How can I merge jquery objects together
I have
{ \"merchantcontract\":\"Ready Reserve Foods 10104.01\", \"merchantcontractid\":\"c4253769-5a57-e11
can you put them in an array?
var myObjects = [];
and in your each where they are created just add:
myObjects.push(newObject);