[jQuery] Re: blockUI 2.02 question: default ajax behavior to block contextual element

2008-04-08 Thread Mike Alsup
On Tue, Apr 8, 2008 at 9:42 AM, Alexandre Plennevaux [EMAIL PROTECTED] wrote: hi again! i understand from the blockUI doc that using this super simple call, i can default all ajax calls to use blockUI. $().ajaxStart($.blockUI).ajaxStop($.unblockUI); Yet, i would like to know if it

[jQuery] Re: blockUI 2.02 question: default ajax behavior to block contextual element

2008-04-08 Thread Alexandre Plennevaux
yes, but the problem is i don't know what is #myDiv at the time i set blockUI as default ajax action. And yes, i get the data via load(). Following your suggestion, i'll keep on trying... Tue, Apr 8, 2008 at 3:51 PM, Mike Alsup [EMAIL PROTECTED] wrote: On Tue, Apr 8, 2008 at 9:42 AM,

[jQuery] Re: blockUI 2.02 question: default ajax behavior to block contextual element

2008-04-08 Thread Alexandre Plennevaux
ok i got your point: i was just being lazy going through 15 files changing all load() calls, but i'll do it. hey, at least i didn't have to make the plugin :) On Tue, Apr 8, 2008 at 5:30 PM, Mike Alsup [EMAIL PROTECTED] wrote: yes, but the problem is i don't know what is #myDiv at the