thank you Jörn -- that works

On Aug 10, 9:01 am, Jörn Zaefferer <joern.zaeffe...@googlemail.com>
wrote:
> Try this:
>
> $(document).ready(function() {
>    $("#myForm").validate({
>      submitHandler: function(form) {
>        $(form).find(":submit").attr("disabled", true).attr("value",
> "Submitting...");
>        form.submit();
>     }
>   })
>
> });
>
> Jörn
>
> On Mon, Aug 10, 2009 at 9:40 AM, Rich Sturim<cosmos99...@gmail.com> wrote:
> > $(document).ready(function() {
> >    $("#myForm").validate()
> > });
>
>

Reply via email to