[jQuery] Re: Attaching Events with Live Query

2008-05-06 Thread Adam Weis
Thanks Brandon, I'll take a look. I obviously have lots to learn about jQuery. -Adam On Tue, May 6, 2008 at 11:00 PM, Brandon Aaron <[EMAIL PROTECTED]> wrote: > Adam, > > Live Query works so nicely because it sits on top of jQuery. It isn't > working for you because you aren't using jQuery's me

[jQuery] Re: Attaching Events with Live Query

2008-05-06 Thread Brandon Aaron
Adam, Live Query works so nicely because it sits on top of jQuery. It isn't working for you because you aren't using jQuery's methods to append the content to the DOM. You can however manually run the registered live queries by running the following: jQuery.livequery.run(); You might also investi