Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Panel with checkboxes not correctly detecting click event on IOS

Hello! Sorry for late reply. Could you clarify what exactly doesn't work? To retreive all selected checkboxes use the following code:
codeAppery("checkBoxGroupName").find("input:checked").each(function(){
alert($(this).val());
});/code
to check what radio button is selected use this code:
codeAppery("radioGroupName").find(":checked").val();/code
Also there is Value Change event inside the builder which works for radioGroup and checkBoxGroup components.

Ryein Goddard
Posts: 0
Joined: Fri Jul 19, 2013 3:09 am

Panel with checkboxes not correctly detecting click event on IOS

That worked perfectly. Why doesn't it work on the actual radio button option?

I looked at the jquery mobile site and they said they check for click/vclick on the label.

Oh well.

Thanks for your help Marina Brodina.

Return to “Issues”