[jQuery] tablesorter reset?

2008-10-19 Thread Dr3adl0ck
I have a table that dynamically changes columns/headers and uses the tablesorter plugin. I'd like to reset my tablesorter, so that I can assign different sorting options for these new headers. I tried using unbind(), and then re-instantiating, but I get an error: cache.normalized[0] is undefine

[jQuery] Re: Issue with Slide

2008-10-11 Thread Dr3adl0ck
7;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: > > >

[jQuery] Issue with Slide

2008-10-11 Thread Dr3adl0ck
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 load

[jQuery] Page running slow

2008-10-11 Thread Dr3adl0ck
Hi, I have a page that has several event listeners, some using the LiveQuery plugin. After about 5-10 minutes the page starts to get really bogged down, and I notice a 3-5 second delay on some events that normally occur very quickly. This happens whether I'm using the page, or if I just leave th

[jQuery] jEditable plugin

2008-10-01 Thread Dr3adl0ck
Is there a way to toggle the editable functionality? I'd like to activate/deactivate making an edit in place field editable depending on if a user selects something. Is there a way in jQuery remove events associated with a class or something to that effect? Thanks!