我已经设置了这个简单的示例,但是对于我的一生,我无法弄清楚为什么它不起作用。
jQuery(function() {
$("#otherbutton").click(function () {
$("#firstbutton").trigger('click');
})
});
我已经设置了这个简单的示例,但是对于我的一生,我无法弄清楚为什么它不起作用。
jQuery(function() {
$("#otherbutton").click(function () {
$("#firstbutton").trigger('click');
})
});