Dan,

I am planning on taking a look at Listen, but I was wondering if the
Delegate plugin has the same functionality as Listen. The reason I'm
inquiring about Delegate is because I am using the Validation plugin,
which requires Delegate.

Thanks for your help.

Travis

On Feb 20, 2:38 pm, "Dan G. Switzer, II" <[EMAIL PROTECTED]>
wrote:
> >I am dynamically removing and adding rows using AJAX calls.
>
> >Is it still a better idea to go with Listen?
>
> IMO, yes. You won't have the polling overhead like you do with LiveQuery.
> The $.Listen() plug-in only attaches itself once and then just listens for
> matching key events on it's children to see if it should trigger off a
> callback.
>
> IMO this is much cleaner solution and it's less likely to introduce any kind
> of memory leaks (since there's only one event ever attached.)
>
> -Dan

Reply via email to