Hi,

I am running into the error "this.options.curAnim is undefined" for the method 
SlideToggleUp.
this.options.curAnim[ this.prop ] = true; jquery-1.3b1.js (line 3827).


The problem occurs when I am trying to close a window using this code:

            $('#windowMin').bind(
                'click',
                function()
                {
                    $('#windowContent').SlideToggleUp(300);    /// <------ 
PROBLEM
                    $('#windowBottom, #windowBottomContent').animate({height: 
10}, 300);
                    $('#window').animate({height:40},300).get(0).isMinimized = 
true;
                    $(this).hide();
                    $('#windowResize').hide();
                    $('#windowMax').show();
                }
            );

I can comment out the row that is causing this error but it does not look very 
nice.

Any ideas how to solve this?


_________________________________________________________________
News, entertainment and everything you care about at Live.com. Get it now!
http://www.live.com/getstarted.aspx

Reply via email to