vitalets / x-editable

In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
http://vitalets.github.io/x-editable
MIT License
6.51k stars 1.72k forks source link

Global Callback function? #1104

Open berksites opened 6 years ago

berksites commented 6 years ago

Is there a feature for a global callback? I ask because I have totalling function that I want to run after the new value is inserted beck into the dom. It seems that the success callback doesn't take this into effect and It requires some tricky set/get value business that complicates the whole process. If I could simply specify a callback function that gets run AFTER the new value is actually inserted back into the field I think things would be easier.

alternatively, even someway that I could detect that the editable function was finished?

Maybe I am missing something...