You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Possibility to enable and disable Jeditable programmatically.
Example usage, first attach Jeditable to all elements with class "editable". Later disable Jeditable from one element. $('.editable').editable('http://www.example.com/save.php', { type : 'textarea', submit : 'OK', cancel : 'cancel', }); $('#notme').editable('disable'); If you later want to re-enable just use: $('#notme').editable('enable');
0 commit comments