Event ('keyup'); event.which = 13; event.keyCode = 13; this.$('.my-input').focus(); this.$('.my-input').trigger(event); });.
確定! 回上一頁