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 investigate utilizing one of the event delegation plugins for jQuery such as Ariel Flesler's Listen plugin. -- Brandon Aaron On Tue, May 6, 2008 at 8:42 PM, Adam Weis <[EMAIL PROTECTED]> wrote: > > Hello, > > I'm having an issue attaching some events to a simple accordion that > is loaded via ajax. I've tried moving the accordion script into the > head with Live Query and also putting the accordion script after the > html that is loaded from the ajax for it to no avail. > > The ajax content is loaded by a non-jQuery ajax call, could that be > causing the problem? > > You can see the page at, http://efodev.thewonderlabs.com/about/company > and then clicking "Timeline" in left nav. > > Am I going about this entirely wrong? > > Any help would be appreciated. > > -Adam >