Displaying 2 results from an estimated 2 matches for "bodytag".
Did you mean:
bodyfat
2006 Mar 03
6
[PATCH] Effect.Accordion (not from the wiki)
Hello boys and girls
In the ever-loving spirit of OSS, here''s another feature for s.a.u.
In particular it''s called Effect.Accordion, and is a scriptaculified
version of openrico''s Accordion.
Work in progress, I''ll submit further modifications as the come in, but
this is 90% of what needs to be done. I anticipate some bugs when I
start using it more.
Tested
2006 Mar 09
0
[FEATURE] Effect.Accordion
...nce.
There are still some outstanding bugs - the smaller flicker, and you
can''t use <div> within your <h3>. The h3 can be modifier by using the
headingtag option:
new Effect.Accoridon("accordion", { headingtag: "h2" });
There are also similar paneltag and bodytag options - I would leave them
alone though.
One more option: "initdisplay" decides the panel to initially display,
starting from 0.
My application required that all panels should be collapsable - clicking
on the heading of a panel that was displayed would hide it, leaving all
panels hidd...