Right now I'm using Jeditable for edit-in-place functionality. Jeditable has some nice options, but (as far as I know), it doesn't allow you to trigger editing except by clicking the element in question.
I.e., suppose my element has id comment
. With Jeditable, the only way to start editing is to click comment
. What I'd like is to put some small text next to comment
(e.g., "Click to edit your comment") that, when clicked, will turn comment
into an editable text field (and set up Save and Cancel buttons, etc).