A fix has been posted here : http://github.com/brandonaaron/livequery/issues/#issue/2
On 17 jan, 15:00, "pastel.pro" <farrem...@gmail.com> wrote: > I'm not using blockUI and livequery doesn't work well with jquery 1.4 > (with 1.3 it's perfect). > Livequery often work activates when I lunch firebug (strange...). So > impossible to understand why it doesn't work with firebug... > > live() function needs an event, whereas livequery just execute the > function when the selector appear. > So for me it's not possible to switch to live() function. > > On 16 jan, 02:41, Steven Yang <kenshin...@gmail.com> wrote: > > > Jon what version of blockUI are you using? I think i just ran into similar > > problem yesterday when i upgraded jQuery to 1.4 and blockUI stopped working. > > but i solved it by upgrading blockUI to the newest version then everything > > worked again. i think the newest version was updated some time in Jan 2010 > > > On Fri, Jan 15, 2010 at 10:00 PM, Dave Methvin > > <dave.meth...@gmail.com>wrote: > > > > > In 1.4 the built in live() function has been heavily extended, so > > > > perhaps you can switch to using that instead? > > > > Agreed, but I think livequery should still work. The error posted > > > there is in blockUI and not livequery anyway. Jon Bennett, can you put > > > up a simple page that is a complete test case? It will probably be > > > simple to diagnose using Firebug.