[jQuery] Re: How to Check jQuery Status

2007-10-26 Thread SDyke
ires. Adrian Lynch-2 wrote: > > > You can supply a callback function when making your AJAX call. When > the result is returned it will run the callback and this is where you > can make the link appear. > > Adrian > > On Oct 26, 2:34 pm, SDyke <[EMAIL PROTECTED]>

[jQuery] How to Check jQuery Status

2007-10-26 Thread SDyke
I am using jQuery to do an AJAX post. The servlet runs code to generate an Excel file. On the firing page a hyperlink appears that will display the Excel file. My problem is keeping the link from appearing before the file has finished generating. How do I use a response flag to tell the page code