[jQuery] jQuery 1.2.1 errors with Interface
I'm doing
$('#some').SlideInRight(500);
The effect is working, but after I start to get millions of the same
errors into console:
this.options.curAnim has no properties
../js/jquery-1.2.1.js
Line 2833
this.options.curAnim has no properties
../js/jquery-1.2.1.js
Line 2833
this.options.curAnim has no properties
../js/jquery-1.2.1.js
Line 2833
Downgrade of jQuery seem to help but I don't really want to..
Anybody know some quick fix ?