Accordian newHeader object
I am trying to write a callback function triggered by
$('.selector').accordion({
change: function(event, ui) { ... }
});
I have not been able to find what comprises the object ui.newHeader.
I am trying to set the value of a variable when the user changes the
Accordian according to the section selected. I need to identify which
section has been selected.