var files = $(".button").find("input[type='image']");
files.each(function() {
$(this).click();
});

选取button类下input type的值为image元素