Jörn Zaefferer schrieb: > pjhawksr schrieb: > >> However, my second question is how do I get the accordian to stay open and >> only close when the toggle link is click (not automatically closing when >> another item in the accordian is clicked)? >> >> > That isn't possible currently, but considering the requests, I'll add it > as soon as possible. Btw., is "accordion" ;) > > And in your code, you have two plugin calls, seems like you should > remove the second call, as it won't match any elements. > Thinking about it some more, and playing around with the current code I noticed that your request completely defeats the purpose of the accordion. An accordion is all about allowing just one element open at a time (or none at all), and the plugin does just that. Making it to allow more then one open is much more complicated then simply writing a different plugin for that purpose. I thats what I'm gonna do. By porting most of the options from the Accordion (optional animations, custom event etc.) it isn't as trivial as writing it on the fly. Hope that works for you...
-- Jörn Zaefferer http://bassistance.de _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/