not hard to do , just have to use destroy() each time you change it

$("#accordion).accordion('destroy');

////   create new accordion panels
//reconstruct accordion
$("#accordion).accordion();

Todd Stuart wrote:
Hello

I am needing an accordion with dynamic data loading on each tier. Does anyone have a good example of this. I thought I would ask before I took the dive.

Thanks,
TS

Reply via email to