You can Block the page:
http://www.malsup.com/jquery/block/#page
Saludos.
Don Quijote de Nicaragua.
Elder Soto


"Sebastián V. Würtz" wrote:
> 
> 
> Guys I need some litle help.
> 
>     var v = jQuery("#send_form").validate({
>        .....
>        ......
>        ....
>         },
>         submitHandler: function(form) {
>             jQuery(form).ajaxSubmit({
>                 dataType: "json",
>                 success: process_result
>             });
>         }
>     });
> 
> 
> how i can prevent or hide or disable the submit button or it behaviour 
> when the first submit happend?
> 
> 

-- 
View this message in context: 
http://www.nabble.com/prevent-more-than-one-submit-in-ajaxsubmit-tp17985286s27240p17987588.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to