[jQuery] Re: Jquery Block plugin

2009-05-26 Thread Mike Alsup
> In a simplistic form > > $("#BlockID").block(); > $.ajax( >        success: function(results) { >             // Do stuff with "results" >             $("#BlockID").unblock(); >        }, >        error: function(x,y,z) { >            //x.responseText has the server error text >             $("#

[jQuery] Re: Jquery Block plugin

2009-05-26 Thread MorningZ
In a simplistic form $("#BlockID").block(); $.ajax( success: function(results) { // Do stuff with "results" $("#BlockID").unblock(); }, error: function(x,y,z) { //x.responseText has the server error text $("#BlockID").unblock();