Thanks Marina,
just to check, this code you posted earlier, is it in addition to, or instead of the code below, that I was using onclick
code$grid = $(this).closest("[name=chickenpizzamobilegrid]");
save({'Pizza':$grid.find("[name=chickenpizza_item_label]").text(), 'Size':$grid.find("[name=orderlabel]").text(),
'Base':$grid.find("[name=thin_deeptoggle]").val(),
'Price':$grid.find("[name=chickenpizzaPricelabel]").text()},
"liveoderArray");/code
codesave(
{'Pizza':Tiggzi("chickenpizza_item_label").val(), 'Size':Tiggzi("orderlabel").val(),
'Base':Tiggzi("thin_deeptoggle").val(),
'Price':Tiggzi("chickenpizzaPricelabel").val()},
"liveoderArray");/code