Make TinyMCE+JEditable submit after pressing ctrl+s
问题 Updated: May 13th, 2011 Please find solution in my Answer below. Updated: May 5th, 2011 So the problem now I'm having is that I want to invoke the JEdtiable submit button after pressing Ctrl+S. The great Thariama has shown the Ctrl+S part for TinyMCE, so now I have to figure out how I get JEditable to submit. After pressing Ctrl+S I tried to find the submit button and click it as per invoke cancel on jeditable. Doesn't work. Here's my relevant code for the JEditable Initialization: //Edit