Wow - I asked Ariel Flesler (the developer of the Listen plugin) to explain why one would use it instead of LiveQuery. His response was way more cryptic than yours. Thanks for cutting through the haze, Dan!
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