Re: [jQuery] Re: Block UI question

2009-11-03 Thread Rich Elston
); // global hook - unblock UI when ajax request completes $().ajaxStop($.unblockUI); }); Calculation in Progress. Please Stand By...... On Tue, Nov 3, 2009 at 1:23 PM, Rich Elston wrote: > Here's what I have so far. I'm kind of stuck. I just started cre

Re: [jQuery] Re: Block UI question

2009-11-03 Thread Rich Elston
Here's what I have so far. I'm kind of stuck. I just started creating a simple test page with one input field and a submit button. I want to pass the input value to a file called submit.html. This file will accept the argument and doing the heavy lifting with the server. When the response is ret