As far as I know, Interface is only supported through jQuery 1.1.4. Have you
tried the 1.1 compatibility plugin?

- Richard

On 9/17/07, moltar <[EMAIL PROTECTED]> wrote:
>
>
> Hi,
>
> I am using the latest jQuery v1.2.1 and the latest available Interface
> v1.2. Here is the sample code that I have broken down to:
>
> $(document).ready(function(){
>         $('a.slide').click(function() {
>                 $('#box').SlideOutLeft('normal');
>         });
> });
>
> Firebug goes bananas when the event is fired and keeps looping over
> the same error, producing thousands of error messages. The error
> message reads: "this.options.curAnim has no properties".
>
> Here is the ZIP archive with test files:
> http://www.mediafire.com/?9eha1idjyyx
>
>

Reply via email to