Thanks Ariel, Do you know how I could track it down? I don't think I'm doing anything crazy, just this:
jQuery("#blah").show("slide", { direction: "down" }, 400); On Oct 11, 4:35 pm, Ariel Flesler <[EMAIL PROTECTED]> wrote: > You're (somewhere) using an unregistered easing equation. > > -- > Ariel Fleslerhttp://flesler.blogspot.com > > On Oct 11, 4:55 pm, Dr3adl0ck <[EMAIL PROTECTED]> wrote: > > > In Safari, I am getting the following error about a dozen times > > consecutively: > > > Value undefined (result of expression > > jQuery.easing[this.options.easing || (jQuery.easing.swing ? "swing" : > > "linear")]) is not object. > > > Does anyone know what this means? I have jquery 1.2.6 and the UI.core > > library loading.