This repository was archived by the owner on Jul 29, 2022. It is now read-only.
Pass the event to the 'before' callback#188
Merged
NicolasCARPi merged 1 commit intoNicolasCARPi:experimentalfrom Dec 9, 2018
Merged
Pass the event to the 'before' callback#188NicolasCARPi merged 1 commit intoNicolasCARPi:experimentalfrom
NicolasCARPi merged 1 commit intoNicolasCARPi:experimentalfrom
Conversation
Owner
|
Hello, Thank you for your contribution! \o/ |
jbrichau
pushed a commit
to Yesplan/jquery_jeditable
that referenced
this pull request
Jul 5, 2019
* commit 'ab20249d09bffba7034487b15124b90ed63fc7f2': (160 commits) 2.0.10 regenerate minified files 2.0.9 changelog Set isSubmitting false when submit cancelled (NicolasCARPi#201) update jquery version in README changelog for 2.0.8 upgrade dependencies to fix security vulnerabilities add codepen template to issue template changelog Change isSubmitting back to false onComplete. Fix NicolasCARPi#192 minify changelog fix tabbing and whitespaces Corrected the options to set width/height with masked inputs (NicolasCARPi#189) Pass event to before callback (NicolasCARPi#188) update devDep "merge" to v1.2.1 min to fix CVE-2018-1646 upgrade js dependencies add jquery version to issue template changelog fix main in package.json. fix NicolasCARPi#181 ... # Conflicts: # jquery.jeditable.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I found myself needing to use the event object in the 'before' callback, and I made this change to help me out. I needed to know who triggered the event.
The change should be backwards compatible.