Ver Mensaje Individual
  #5 (permalink)  
Antiguo 20/03/2011, 07:25
Avatar de masterpuppet
masterpuppet
Software Craftsman
 
Fecha de Ingreso: enero-2008
Ubicación: Montevideo, Uruguay
Mensajes: 3.550
Antigüedad: 16 años, 3 meses
Puntos: 845
Respuesta: Enviar form por ajax y jquery con funcion desde enlace

Mmmmm, al inicio tenes esto:

Código Javascript:
Ver original
  1. $(function() {
  2.     $(".button").click(function() {
  3.       // validate and process form here
  4.     });
  5. });

hace justamente lo que estas diciendo, agrega el evento click al boton, que tanto conoces de jQuery ?
__________________
http://es.phptherightway.com/
thats us riders :)