Expander - onExpand collapse all other elements?
I would like to collapse all other elements before expand an element. There is a trigger (beforeExpand?) but I don't get it to work.
Any clues?
- $('div.expandable p').expander({
- //...
- beforeExpand function(){
- $('div.expandable p').reCollapse(); //doesn't work :-(
- }
- });
best regards
manu