diff --git a/entries/collapsibleset.xml b/entries/collapsibleset.xml index 5e319276..de8a7060 100644 --- a/entries/collapsibleset.xml +++ b/entries/collapsibleset.xml @@ -5,7 +5,7 @@ Creates a set of collapsible blocks of content

Sets of collapsibles

-

jQuery Mobile will visually style a set of collapsibles as a group and will make the set behave like an accordion in that only one collapsible can be open at a time if you wrap the collapsibles in a div that has the attribute data-role="collapsibleset".

+

jQuery Mobile will visually style a set of collapsibles as a group and will make the set behave like an accordion in that only one collapsible can be open at a time if you wrap the collapsibles in a div that has the attribute data-role="collapsible-set".

By default, all the collapsible sections will be collapsed. To set a section to be open when the page loads, add the data-collapsed="false" attribute to the heading of the section you want expanded.

@@ -68,7 +68,7 @@

In the example below, pre-rendered markup for a is provided. The attribute data-corners="false" is explicitly specified, since the absence of the ui-corner-all class on the container element indicates that the "corners" widget option is to be false. One of the child collapsibles is provided as-is, while the other is pre-rendered.