I fixed it. Went in to the Module code and changed :
/modules/mod_jaaccordion/tmpl/default.php
From this to this.
var myAccordion = new Fx.Accordion($('ja-accordion<?php echo $module->id?>'), $$('.ja-accordion-title<?php echo $module->id?>'), $$('.ja-accordion-content<?php echo $module->id?>'), {
//alwaysHide: true, // this run not fine with hover event
display: -1,
to this:
alwaysHide: true,
display: -1,
Not using hover event...