From 438aa6700781a6b936b4a40cb7410a000c9f6025 Mon Sep 17 00:00:00 2001 From: chriskeeble Date: Wed, 26 Mar 2014 13:24:09 +0000 Subject: [PATCH] Add onedit option to comments section --- jquery.jeditable.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jquery.jeditable.js b/jquery.jeditable.js index 1d066d4..6224e3c 100644 --- a/jquery.jeditable.js +++ b/jquery.jeditable.js @@ -48,7 +48,8 @@ * @param String options[select] true or false, when true text is highlighted ?? * @param String options[placeholder] Placeholder text or html to insert when element is empty. ** * @param String options[onblur] 'cancel', 'submit', 'ignore' or function ?? - * + * + * @param Function options[onedit] function(settings, original) { ... } called before edit, aborts the edit if false is returned * @param Function options[onsubmit] function(settings, original) { ... } called before submit * @param Function options[onreset] function(settings, original) { ... } called before reset * @param Function options[onerror] function(settings, original, xhr) { ... } called on error