私は、ここで概説されているように、アコーディオンを正常に実装しましたが、divの各セクションをラップしたいと思います。私の構造は次のようになります:
Is this possible using the accordion functionality provided in jQuery UI? As of now, if I try to build it this way, it attempts to treat the
ヘッダーオプションを変更しても問題ありません。
http://jqueryui.com/demos/accordion/#option-header
$(function() {
$( "#accordion" ).accordion(
{ header: '> div.wrap > h3' }
);
});