jQuery UI Accordion with Ajax
Hello everyone! I've had so far a great experience with ui.jquery, but
I was wondering if it is possible to get the contents of a showing
panel to be loaded with ajax. I've successfully binded the change.ui-
accordion event to an anonymous function which loads my content
through $.get(..), but it gets triggered after the show method, not
resizing correctly. Additionally, it gets called on both hide and
show, whereas it should only be called on show.
I was wondering if there's any way to *keep* the accordion plug-in,
but enable ajax content loading. I appreciate any help.