[jQuery] LiveQuery (Discuss Please)

[jQuery] LiveQuery (Discuss Please)

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.<div>
 </div><div>it solves this problem:
</div><div>$("div.klass").draggable();</div><div>$("#foo").load("url", function() { $("div.klass").draggable(); });</div><div>
 </div><div>beautifully, as you now only need to do:
</div><div>
 </div><div>$("div.klass").livequery(function() { $(this).draggable() });</div><div>$("#foo").load("url");</div><div>
 </div><div>Obviously, that was only a simple example. The more general case, wanting to bind some event handler to a selector regardless of when it appears on the page, is extremely common. So again, I'm trying to understand why the rate of adoption has been so slow. Any thoughts? 
<br clear="all"></div>
--
Yehuda Katz
Web Developer | Procore Technologies
(ph)  718.877.1325