You can trigger any of the events with a direct call to them, like this: $(function() { $('item').keydown(); $('item').keypress(); $('item').keyup(); ...
確定! 回上一頁