I am making a simple bbs application but I ran into a problem.
I want to be able to edit comments on the page.
At the moment, I know how to edit comments/ posts by taking the user to a different page but with comments, I think it will be a good UX if users can edit comments on the post page.
What I mean is if users click the "edit" button next to a comment, a TextField input box will come out below and users can register their comments by clicking the "submit" button next to the textfield.
How would I go about doing this?
Would this require knowledge of javascript and if yes, how would I do it?