edit
lets users edit a comment
void edit(number|string id);
| id | number|string | the 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
Join Our Forum
We've retired comments here. Visit our forum for faster technical support,
connect with other developers, and share your feedback there.