Stop a specific button calling validation

Stop a specific button calling validation

I have a form with two buttons. For some reason, both buttons call validation on the form even though only one is a 'submit' type. Can I make the other one not validate the form and proceed with its normal (jQuery bind(click)) action?

It's probably easy, but I can't see it.