|
@ -157,6 +157,7 @@ $.fn.accordion = function(parameters) { |
|
|
; |
|
|
; |
|
|
if(isUnopen) { |
|
|
if(isUnopen) { |
|
|
module.debug('Opening accordion content', $activeTitle); |
|
|
module.debug('Opening accordion content', $activeTitle); |
|
|
|
|
|
settings.onOpening.call(this); |
|
|
if(settings.exclusive) { |
|
|
if(settings.exclusive) { |
|
|
module.closeOthers.call($activeTitle); |
|
|
module.closeOthers.call($activeTitle); |
|
|
} |
|
|
} |
|
@ -545,6 +546,7 @@ $.fn.accordion.settings = { |
|
|
duration : 350, |
|
|
duration : 350, |
|
|
easing : 'easeOutQuad', |
|
|
easing : 'easeOutQuad', |
|
|
|
|
|
|
|
|
|
|
|
onOpening : function(){}, |
|
|
onOpen : function(){}, |
|
|
onOpen : function(){}, |
|
|
onClose : function(){}, |
|
|
onClose : function(){}, |
|
|
onChange : function(){}, |
|
|
onChange : function(){}, |
|
|