By creating the appropriate markup for Tabs, I’ve been able to place a jQuery UI Tabs widget inside a jQuery UI Dialog; but doing the same with an Accordion has not worked: clicking on the anchor of the accordion section causes the Dialog to close. Is there a straightforward way to accomplish this?
Share
Works fine for me… I posted a demo for you.
Maybe you needed to use the “open” option in the dialog function?
Note: For tabs, it’s basically the same thing, add the function call inside the open option.