[jQuery] Re: jQuery.getJSON ajax loading

2008-10-03 Thread Adwin Wijaya
it doesnt work ... the block and unblock was to fast ... now i use ajaxStart and ajaxStop and it work well ;) On Oct 4, 5:39 am, MorningZ <[EMAIL PROTECTED]> wrote: > Use a plugin like blockUI > > http://malsup.com/jquery/block/ > > then it's as easy as having a div wrapped around your UI like

[jQuery] Re: jQuery.getJSON ajax loading

2008-10-03 Thread MorningZ
Use a plugin like blockUI http://malsup.com/jquery/block/ then it's as easy as having a div wrapped around your UI like: your content . and then when you call your getJSON method: $("SomeButton").click(function() { $("Page_Block").block(); $.getJSON( "s