“Pon Form Action jQuery” Código de respuesta

Pon Form Action jQuery

$('#button1').click(function(){
   $('#formId').attr('action', 'page1');
});


$('#button2').click(function(){
   $('#formId').attr('action', 'page2');
});
Bug Killer

Cuando un formulario se subbmite jQuery

 $("#myform").submit(function(e) {
 })
Sergiu The Man

Respuestas similares a “Pon Form Action jQuery”

Preguntas similares a “Pon Form Action jQuery”

Más respuestas relacionadas con “Pon Form Action jQuery” en JavaScript

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código