jquery.inlineedit icon indicating copy to clipboard operation
jquery.inlineedit copied to clipboard

inline edit plugin for jquery

Results 3 jquery.inlineedit issues
Sort by recently updated
recently updated
newest added

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