[jQuery] Re: ajaxSubmit and Loading message

2008-02-10 Thread apadley
I had the latest of both and it turns out it was working fine. I just needed to work with some longer processing times. Thanks for all the help. On Feb 7, 4:35 pm, "Mike Alsup" <[EMAIL PROTECTED]> wrote: > > jQuery(options.target).attr("innerHTML", data).evalScripts is not a > > function > > Wha

[jQuery] Re: ajaxSubmit and Loading message

2008-02-07 Thread Mike Alsup
> > > jQuery(options.target).attr("innerHTML", data).evalScripts is not a > function > > What versions of jQuery and the Form Plugin are you using?

[jQuery] Re: ajaxSubmit and Loading message

2008-02-07 Thread apadley
Thanks, but I still must be doing something wrong because I get the following error: jQuery(options.target).attr("innerHTML", data).evalScripts is not a function Here's the code I currently have: var v = jQuery("#two").validate({ submitHandler: function(form) {

[jQuery] Re: ajaxSubmit and Loading message

2008-02-07 Thread Christoph Haas
On Wed, Feb 06, 2008 at 08:21:25PM -0800, apadley wrote: > I have a complex form that uses ajaxSubmit (see code below). The form > takes awhile to process and I'd like to display a loading message or > loading gif while waiting for the response. How can I modify or add to > the code below to accom