Skip to content
This repository has been archived by the owner on Jul 29, 2022. It is now read-only.

please add form parameter when using apply on onblur function #37

Closed
townsendmerino opened this issue Feb 16, 2011 · 1 comment
Closed

Comments

@townsendmerino
Copy link

for example, i modified the jeditable js to look like:

            } else if ($.isFunction(settings.onblur)) {
                input.blur(function(e) {
                    settings.onblur.apply(self, [input.val(), settings, form]);
                });
@NicolasCARPi
Copy link
Owner

Hello,

This has been added!

Cheers,
~Nico

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants