Alex Cook schrieb:
> This code should give you a hint on what to do next, at the least. It
> could prolly be refined a bit as well. Also, I didn't mess with any of
> the styles, and left that to you to figure out. Hope it helps.
>
I haven't looked in detail at your code, but noticed that you don't use
any of the arguments of the change callback. Those may help.
They are not very well documented, but there is one example:
$('#accordion').Accordion().change(function(event, newHeader, oldHeader,
newContent, oldContent) {
$('#status').html(newHeader.text());
});
--
Jörn Zaefferer
http://bassistance.de
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/