Mmmmm, al inicio tenes esto:
Código Javascript
:
Ver original$(function() {
$(".button").click(function() {
// validate and process form here
});
});
hace justamente lo que estas diciendo, agrega el evento click al boton, que tanto conoces de jQuery ?