JQuery Accordion: how to embedded it into a dialog box?
问题 I want to design a dialog box that contains an accordion with 3 sections, does anyone knows how to achieve this?. I'm trying with JQuery accordion example but still not success on it. I appreciated your ideas around this. 回答1: check out this link, about half way down the page is a good example 回答2: If you're trying to embed it in a popup alert() box, you cannot do so. Your best bet is to create your own modal popup. Using jQuery UI's dialog http://jqueryui.com/demos/dialog/ is a good base,