You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.
I'm not sure, that its jQuery issue - when I run this code in normal web browser, everything works fine. On Ripple and Z10 also work, but only in logic:
I guess what I'm implying is perhaps the attr('checked', false); does not work on the Z10, but that would not be a Z 10 issue. That would be a jQuery bug not working on the Z10.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I try to change checkbox checked attribute using JavaScript code:
$('input[name=Test]').attr('checked', false);
On Chrome with disabled Ripple emulator, those code works fine, but on Ripple and Z10 not...
The text was updated successfully, but these errors were encountered: