Checkbox in Jqm migration to 1.3 having trouble.
Hi,
Can you please help me in checkbox issue i am facing while migrating from 1.0.1 to 1.3
Here is the specific code for which the error is.
- if ($('input:checkbox[name="checkboxMyChoice"+counter]:checked').val() == 1 );{
- // do some logic
- }
the error in console is this
unrecognized expression: input:checkbox[name=
Please let me know what/how should I use it correctly to check the value.
Help very much appreciated
Regards
Srikrish
"Learning Continues..."