jquery easing v1.3 not working with latest jquery 1.2.2 update
When I use jquery.easing.1.3.js with the latest jquery build
(jquery-1.2.1.min.js)
1)
jQuery is not defined
jQuery.easing['jswing'] = jQuery.easing['swing'];
2)
$ is not defined
$(document).ready(init);
Any suggestions,
Dino