Search and Top Navigation
#9605 closed bug (notabug)
Opened October 16, 2013 08:05PM UTC
Closed October 16, 2013 08:31PM UTC
jQuery UI buttons don't accept id with underscore
Reported by: | PoPSiCLe | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.button | Version: | 1.10.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
This is a valid format:
<label for="something">Something</label>
<input type="checkbox" id="something">
This will transfer that checkbox into a shiny button.
This will not:
<label for="something_else">Something else</label>
<input type="checkbox" id="something_else">
Close this - not a bug, wrong input provided by bug reporter.