I want to setup a collapsible set but have the "hidden" data only be pulled from the server when the user expands the collapsible item. Is there an event I can hook into to make an ajax call when the item is expanded?
I don't want to send all my product details to the client, only those details for the products the client expands.
Also, I didn't see in the docs, but is there a flag for the collapsible set that allows you to keep multiple open? instead of accordion style?