I am having a bit of a problem and was wondering if anyone could help me
out…
I have a form in my view, which contains a text_area. When the user
focuses on the text area and presses a key - i would like to execute an
action - only ONCE…
I can perform these events using :onkeypress => remote_function…
However, this obviously calls my funtion every time a key is pressed - i
would only like the function to be called once - is this a possibility??