Open bbmxxc opened 5 years ago
On http://api.jqueryui.com/accordion/ the Example states
http://api.jqueryui.com/accordion/
<div id="accordion"> <h3>First header</h3> <div>First content panel</div> <h3>Second header</h3> <div>Second content panel</div> </div>
But the node #accordion is always referenced as ".accordion" in later steps. For example:
#accordion
$( ".selector" ).accordion({ active: 2 });
On
http://api.jqueryui.com/accordion/
the Example statesBut the node
#accordion
is always referenced as ".accordion" in later steps. For example: