[jQuery] Re: jQuery 1.4 LiveQuery

2010-02-02 Thread pastel.pro
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

[jQuery] Re: jQuery 1.4 LiveQuery

2010-01-17 Thread pastel.pro
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

[jQuery] Re: jQuery 1.4 LiveQuery

2010-01-15 Thread Gordon
In 1.4 the built in live() function has been heavily extended, so perhaps you can switch to using that instead? On Jan 15, 12:35 am, Jon Bennett jmbenn...@gmail.com wrote: hi, I've been using LiveQuery a fair bit in my projects, I've just tried updating to 1.4, and it appears to have broken

[jQuery] Re: jQuery 1.4 LiveQuery

2010-01-15 Thread krisna
everything fine with jquery 1.3.2 but when i updating to 1.4 here's firebug console: TypeError: Result of expression 'node' [undefined] is not an object. [jquery.blockui.js: 195] js code when i click the button: $.blockUI( { message: $('#popup_correction'),

[jQuery] Re: jQuery 1.4 LiveQuery

2010-01-15 Thread Dave Methvin
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?

Re: [jQuery] Re: jQuery 1.4 LiveQuery

2010-01-15 Thread Steven Yang
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

[jQuery] Re: jQuery 1.4 LiveQuery

2010-01-14 Thread Dave Methvin
I've been using LiveQuery a fair bit in my projects, I've just tried updating to 1.4, and it appears to have broken it. Can you post a link to the simplest test case that shows the problem? It is probably a simple fix.