How to set a Radio Button label on the fly in JS using the Appery object
I have a radio button group called "dealGroup" with buttons "deal_1", "deal_2" etc.
I need to set the label on the fly at run time. I tried the usual jQuery trick like:
Appery("dealGroup").find("deal_1").next().text("My text");
But this does not work. Any help on how to do this?
Thanks,
-Kal.