$( ".button1" ).click(function() {
.............
});
$( ".button1" ).trigger( "click" );