Jump to content
Fórum Script Brasil
  • 0

Botão submit com duas funções


beuleal

Question

olá galera,

Estou fazendo um formulario e gostaria, se que é possivel, fazer com que quando a pessoa clique em "enviar formulario" apareça usando show/hide alguma coisa como "Esta sendo enviado". Porem para usar o show e hide a unica alternativa que achei foi essa que devemos identificar o script com input e na input colocar id="xxxx".

Se eu colocar assim normal

<input name="enviar" type="submit" value="Enviar" id="xxxxxx""/>

Ele não envia, mas mostra o "show".

Alguma sugestao?!

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

cara, eu não estou conseguindo, eu tenho meu form (campo para upload, botao enviar) com o onsubmit="showhide()" que você flo acima.

minha função showhide() é essa:

function showhide(){

$(document).ready(function() {

$("h1#mostra").toggle(

function() {

$("div#oculto").fadeIn();

},

function() {

$("div#oculto").fadeOut();

}

);

});

};

toggle = permite clicar para mostrar como clicar para ocultar

já coloquei submit e tb nada...

aguardo.. vlw

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Forum Statistics

    • Total Topics
      152.2k
    • Total Posts
      652k
×
×
  • Create New...