Accordion: how to set "active" to last-child?
I can't set the "active" panel to be "last-child". Shouldn't the
following work?
$(function() {
$("#accordion").accordion({ active: "h3:last-child" });
});
I'm just using the source from the demo site:
http://jqueryui.com/demos/accordion/
Thanks in advance,
Bob
--