[accordion] easing v1.3 and easeslide
Hi,
I'm successfully using the the latest version 1.6 of the JQUery
accordion plugin. For my accordion, I have a bounceslide effect
defined, which just works fine.
However, as soon as I change the effect to "easeslide", I'm getting
javascript error messages and the effect doesn't take place. Using the
easing plugin version 1.1, the easeslide effect works perfectly. Is
that a known issue?
Here my abbreviated code:
<script type="text/javascript" src="../scripts/jquery/plugins/easing/
jquery.easing.1.3.js"></script>
<script type="text/javascript" src="../scripts/jquery/plugins/easing/
jquery.easing.compatibility.js"></script>
<script type="text/javascript" src="../scripts/jquery/UI/accordion/
jquery.accordion-latest.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$("#my-id").accordion({
header: ".kopfzeile",
animated: "bounceslide", // bounceslide works, but
"easeslide" works only with easing version 1.1
});
});
</script>
Thanks in advance for your attention.
Andreas
N.B.: I'm using the jquery version 1.2.3.