Opened 14 years ago
Closed 14 years ago
#3686 closed bug (fixed)
Error in accordion documentation (or implementation)
Reported by: | wichert | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | 1.7 |
Component: | ui.accordion | Version: | 1.6rc2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The [http://docs.jquery.com/UI/Accordion/accordion#options documentation[ for accordion says this:
If the structure of your container is flat with unique tags for header and content elements, eg. a definition list (dl > dt + dd), you don't have to specify any options at all.
This does not appear to be true in 1.6rc2: unless you explicitly pass in a {header: "dt"} option a standard definition list does not work.
Change History (2)
comment:1 Changed 14 years ago by
Milestone: | TBD → 1.6 |
---|
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Updated the documentation to reflect the markup requirements.