jquery.inlineedit
jquery.inlineedit copied to clipboard
Make the plugin compatible with jQuery 3.x
The $.selector and $.context were removed in latest versions of the
jQuery. $.bind, $.isFunction, and $.focus were deprecated.
This commit fixes the usage of removed and deprecated API.
Fixes #27