|
@ -546,6 +546,8 @@ $.fn.accordion.settings = { |
|
|
verbose : false, |
|
|
verbose : false, |
|
|
performance : true, |
|
|
performance : true, |
|
|
|
|
|
|
|
|
|
|
|
on : 'click', |
|
|
|
|
|
|
|
|
exclusive : true, |
|
|
exclusive : true, |
|
|
collapsible : true, |
|
|
collapsible : true, |
|
|
closeNested : false, |
|
|
closeNested : false, |
|
@ -554,7 +556,6 @@ $.fn.accordion.settings = { |
|
|
duration : 350, |
|
|
duration : 350, |
|
|
easing : 'easeOutQuad', |
|
|
easing : 'easeOutQuad', |
|
|
|
|
|
|
|
|
on : 'click', |
|
|
|
|
|
|
|
|
|
|
|
onOpening : function(){}, |
|
|
onOpening : function(){}, |
|
|
onOpen : function(){}, |
|
|
onOpen : function(){}, |
|
|