NicolasCARPi / jquery_jeditable

jQuery edit in place plugin. Extendable via plugin architecture. Plugins for plugin. Really.
https://jeditable.elabftw.net
MIT License
1.74k stars 458 forks source link

I am getting "Uncaught ReferenceError: submit is not defined" #153

Closed acrolink closed 8 years ago

acrolink commented 8 years ago

I am using this code the getting the error message: "Uncaught ReferenceError: submit is not defined" .. Any idea what might be going on here?

            $(document).ready(function () {
                $('.jedit', context).editable('/save/template', {
                    onblur : submit
                });

            });
acrolink commented 8 years ago

well.. submit needs to be 'submit'