|
Title: onSelect accordion Post by: Lambert on December 14, 2011, 09:46:35 AM Hi,
can anyone show me an code example of the onSelect event for the accordion. Thanks in advance. Title: Re: onSelect accordion Post by: Lambert on December 15, 2011, 07:21:53 AM Hi all,
I have managed to sort the above. here is the code if anyone is interested. var accordionSelected = $('#accordion_trees').accordion({ onSelect:function(title){ SelectedActionsWith(title); } }); |