Запустите нажмите на страницу загрузка jQuery

$("document").ready(function() {
	$("button").trigger('click');
});
RandomCoder