for a TEXTAREA, how to call a JavaScript Function on Return/Enter
- by nobosh
I have a textarea that when a users pressed enter/return on their keyboard, I want to submit the field to a JavaScript function, just like it works on Twitter.
Ideas?
Thanks