Adding key value to serialized array

Adding key value to serialized array

I want to post a form and reload the results
$("#shoppingcart").load("/catalog/shoppingcart.php", $("#"+frmId).serializeArray());

This works fine, but I would like to add a key  and value to the array. How do I do that?