Binding a Alert Box Button

Binding a Alert Box Button


Hi 

Is it possible to bind two buttons together to sumit a form so if either are clicked the form submits?

This is kind off what i mean.

$('#click').click(function() {  
//something like 
$('#submit').clicked();
});