Search and Top Navigation
#3686 closed bug (fixed)
Opened December 20, 2008 07:37PM UTC
Closed January 09, 2009 01:37PM UTC
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.