I was wondering if you can stop text being editable on click? I have a separate edit button to make the text editable and that\'s the only way that I want the user to be ab
Britt is right, add a custom event, and trigger it with a button for example. Here is some code to explain it:
The custom event:
$('#id').editable('http://www.example.com/save.php', { event : 'custom_event' });
And the trigger:
click to trigger