Possible Duplicate:
Simulate Keypress With jQuery
Why trigger F11 press event doesn't work?
How to programmatically hit functional keys using jQuery? Is there any way to simulate the functional keys with jQuery?
Thanks, Naveen.
Possible Duplicate:
Simulate Keypress With jQuery
Why trigger F11 press event doesn't work?
How to programmatically hit functional keys using jQuery? Is there any way to simulate the functional keys with jQuery?
Thanks, Naveen.
jQuery.trigger({ type: 'keypress', which: character });
And here is a list of the key codes you can pass