I have one inputfield which is bind to richtext area field. I want to check its content on KeyDown event. How can i get it? I have successfully applied jquery for text area field but it is not working for rich text area field.
Attribution to: Pankaj
Possible Suggestion/Solution #1
the best way to get the id of an apex control is: $('[id$="Apex_control_Id"]').event_here();
Attribution to: Carlos
This content is remixed from stackoverflow or stackexchange. Please visit https://salesforce.stackexchange.com/questions/34985