Thank you Jeffrey for your reply
Best regards,
Lad.
-based solution, but if you are
interested I have a .NET one I wrote.
JK
-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Johny
Sent: Wednesday, November 05, 2008 10:57 PM
To: jQuery (English)
Subject: [jQuery] Re: How to solve this
Nobody kn
Nobody knows the answer to my question ? :-(
Thank you ALL who helped.Now it works but because the form uploads a
large file I would like to add a progress bar indicator or something
like.
Is it possible to implement a progress uploading indicator with
jQuery?
I thought about an animated picture( as the easiest solution) but when
I start
Or submit the form from code:
$("input[type='submit'").click( function () {
$("#informUserText").show();
$("form").submit();
$return false;
});
On Tuesday 04 November 2008 13:53:51 Mauricio (Maujor) Samy Silva wrote:
> Do not cancel the default action for the click event with the statement
Do not cancel the default action for the click event with the statement
return false;
Try to remove that line from your code.
Mauricio
-Mensagem Original-
De: "Johny" <[EMAIL PROTECTED]>
Para: "jQuery (English)"
Enviada em: terça-feira, 4 de novembro de 2008 14:49
Assunto: [jQuery]
> $('[EMAIL PROTECTED]').click(function() {
> $('#InformUserText').show();
>
> return false;
> });
>
> The text ( see InformUserText) is shown but the action script from the
> form, see MyURL, is not called.
> Can you please help how to say to a user that
7 matches
Mail list logo