Hi,
Im tring to save radiobuttongroup value, here is my code
the code is saving the kebab name "chickenpizza_item_label" and
price "chickenpizzaPricelabel" but not the radiobutton value
code is run on button click
here is a screenshot of result in localstorage
no errors in console
can you help?
Thanks
code$grid = $(this).closest("[name=chickenpizzamobilegrid]");
save({'Kebab':$grid.find("[name=chickenpizza_item_label]").text(),
'Served_With':$grid.find("[name=mobileradiogroup1]").val(),
'Price':$grid.find("[name=chickenpizzaPricelabel]").text()},
"kebabArray");
/code