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 459 forks source link

Corrected existing code to cancel editing on ESC key. #179

Closed thezoggy closed 6 years ago

thezoggy commented 6 years ago

Also updated other .keyCode references to .which

The event.which property normalizes event.keyCode and event.charCode. // jquery 1.1.3+ required https://api.jquery.com/event.which/

Closed #177

thezoggy commented 6 years ago

let me know if you want me to rebase and resubmit off experimental branch

NicolasCARPi commented 6 years ago

Hello,

Thank you! I've done it manually but next time please target experimental branch ;)

Cheers, ~Nico