On 10/31/07, Yehuda Katz <[EMAIL PROTECTED]> wrote:
> So as far as I'm concerned, livequery is the biggest advance in jQuery since
> its inception (no, I am not its author). I'm trying to understand why it's
> having such a slow rate of adoption.
>
>
> it solves this problem:
> $("div.klass").draggable();
> $("#foo").load("url", function() { $("div.klass").draggable(); });
>
>
> beautifully, as you now only need to do:
>
>
> $("div.klass").livequery(function() { $(this).draggable() });
> $("#foo").load("url");
>

Since this is an evangelism discussion, I'd suggest that LiveQuery
page doesn't explain the problem it solves. And your sample takes two
lines of code and reduces it to two lines of code. That's not, in and
of itself, compelling.

A lot of us beginners don't get what itch is getting scratched. The
specific suggestion would be to update the Live Query page with an
introduction as to why the plug-in is useful, with an emphasis on DOM
changes via Ajax calls.

Reply via email to