views:

298

answers:

1

I am trying to implement GSGD's Easing Plugin (1.3) for jQuery (1.3.2) and whilst the standard animate easing methods work the easing plugin features are no overwriting the standard slideUp, slideToggle etc

A: 

maybe silly, but did you place the

<script type="text/javascript" src="jqueryScripts/jquery-1.3.1.js"></script>

ABOVE the one for the Easing Plugin in the head?

Thomas Stock