I have an accordion with many items in random sequence. How can I have these items sorted when the accordion loads:
< div class="accordion" >
< h3>Abc </h3 >
< p>Some text. </p >
< h3>Cab </h3 >
< p>Some text. </p >
< h3>Bac </h3 >
< p>Some text. </p >
< /div >