Problem with checkboxes in JQM on devices and not browser.
Hi, I am trying to implement a set of checkboxes in my code but have ran into trouble. I have searched the Internet but still cannot find the answer.
The problem for me is that it works fine in a browser but not on an actual device.
The problem is after the checkbox is checked it retains the focus, so if I check another box the former box name will still pop up in the alert box instead of the new one.
Also how do I lose the focus from the active checkbox?
Thanks in advance.