Accordion - easing not available
I'm using a jquery UI version made with the download builder with
core, tabs, accordion, effects core and effects bounce
But i'm not able to use accordion's easing animation options, on FF2 I
get this :
jQuery.easing[this.options.easing || (jQuery.easing.swing ? "swing" :
"linear")] is not a function
http://www.logedesgardes.com/cms_inc/js/jquery-1.2.6.min.js
Line 32
I read the easing plugin was moved in the JQuery Core : it seems to
respond to JQuery.easing call but there's a compatibilty problem here,
no ?
example here : http://www.logedesgardes.com/
Dominique