この簡単な例を設定しましたが、私の人生では、なぜそれが機能しないのかわかりません。
jQuery(function() {
$("#otherbutton").click(function () {
$("#firstbutton").trigger('click');
})
});
この簡単な例を設定しましたが、私の人生では、なぜそれが機能しないのかわかりません。
jQuery(function() {
$("#otherbutton").click(function () {
$("#firstbutton").trigger('click');
})
});