How do I trigger something when the cursor is within TEXTAREA and Ctrl+Enter is pressed? I am using jQuery. Answer You can use the event.ctrlKey flag to see if the Ctrl key is pressed. Something like this: Check the above snippet here.
How do I trigger something when the cursor is within TEXTAREA and Ctrl+Enter is pressed? I am using jQuery. Answer You can use the event.ctrlKey flag to see if the Ctrl key is pressed. Something like this: Check the above snippet here.