edit

lets users edit a comment

void edit(number|string id);
idnumber|stringthe ID of a comment

Example

$$("comments").edit(6);

Details

After the method is called, the comment text is copied into the text area below the comment list.

See also
Back to top