We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when you put checkbox or radio inside label element (with for="id" or without) changing element status not working.
when I change your example like this:
<li> <label><input tabindex="1" type="checkbox" id="minimal-checkbox-1"> Checkbox 1</label> </li> <li> <label for="minimal-checkbox-2"><input tabindex="2" type="checkbox" id="minimal-checkbox-2"> Checkbox 2</label> </li>
nothing happens when click on checkbox or label. I try it in IE, Firefox and Chrome.
The text was updated successfully, but these errors were encountered:
I have the same problem. Any idea about it?
Thanks.
Sorry, something went wrong.
GUYS, why this plugin, do not support mousedown and mouseup event, look default checkbox and radiobuttons in browers. (
@viktordavidovich, create a separate ticket and provide a detailed information about the issue, please.
fixed in v0.8, fd3993f
even nested labels now can be used, like:
<label> <input type="radio" id="foo"> <label for="foo">Bar</label> </label>
No branches or pull requests
when you put checkbox or radio inside label element (with for="id" or without) changing element status not working.
when I change your example like this:
<li> <label><input tabindex="1" type="checkbox" id="minimal-checkbox-1"> Checkbox 1</label> </li> <li> <label for="minimal-checkbox-2"><input tabindex="2" type="checkbox" id="minimal-checkbox-2"> Checkbox 2</label> </li>
nothing happens when click on checkbox or label.
I try it in IE, Firefox and Chrome.
The text was updated successfully, but these errors were encountered: