File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
demos/examples/collapsibles Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2323 });
2424
2525 $("#expand").click(function() {
26- $("#set").children(":last").trigger ( "expand" );
26+ $("#set").children(":last").collapsible ( "expand" );
2727 });
2828
2929 $("#collapse").click(function() {
30- $("#set").children(":last").trigger ( "collapse" );
30+ $("#set").children(":last").collapsible ( "collapse" );
3131 });
3232 });
3333 </script>
5353 <button type="button" data-icon="plus" data-theme="b" data-iconpos="right" data-mini="true" data-inline="true" id="expand">Expand last</button>
5454 <button type="button" data-icon="minus" data-theme="b" data-iconpos="right" data-mini="true" data-inline="true" id="collapse">Collapse last</button>
5555
56- <div data-role="collapsible-set" data-content-theme="d " id="set">
56+ <div data-role="collapsible-set" data-content-theme="a" data-iconpos="right " id="set">
5757 <div data-role="collapsible" id="set1" data-collapsed="true">
5858 <h3>Section 1</h3>
5959 <p>I'm the collapsible content.</p>
You can’t perform that action at this time.
0 commit comments