On Tue, Mar 17, 2009 at 9:54 PM, MonkeyBall2010
<hughes.timo...@gmail.com> wrote:
> I think I solved my own problem. The callback function does need to be
> within the ajaxSubmit function but I wasn't doing it correctly. This
> works as intended:
>
>                submitHandler: function(form) {
>                        jQuery(form).ajaxSubmit(function() {
>                        $.blockUI({ message: '<h1>Creating Account...<br /><br 
> /
>><img src="../images/ajax-loader.gif" /></h1>' });
>
>                        setTimeout($.unblockUI, 4000);
>                        });
>                }
>
> Can you suggest a good JS book for someone who is very familiar with
> coding but not JS? I haven't had time to come up to speed on the
> language but I am looking to learn fast... A website tutorial would
> also help me out.
>

I think there's one called, "Learning jQuery". Other than that, I
really don't know. It's been many years since I read a book on JS and
they'd all be well out of date.

There are lots of jQuery tutorials listed here:

http://docs.jquery.com/Tutorials

Reply via email to