jquery.inlineedit
jquery.inlineedit copied to clipboard
inline edit plugin for jquery
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
Since the `$.context` as well as `$.selector` were removed from the jQuery API, the plugin does not work with latest jQuery.
when ``` html test. ``` or ``` html test, ``` jquery throw an error > Uncaught Error: Syntax error, unrecognized expression