Skip to main content

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">

Attachments (0)
Change History (2)

Changed October 16, 2013 08:08PM UTC by PoPSiCLe comment:1

Close this - not a bug, wrong input provided by bug reporter.

Changed October 16, 2013 08:31PM UTC by jzaefferer comment:2

resolution: → notabug
status: newclosed