Try this: $('<text-input-selector>').trigger( jQuery.Event('keypress', { keyCode: 13 }) );. Replace <text-input-selector> with appropriate ...
確定! 回上一頁