I have this Fiddle : http://jsfiddle.net/2nAEZ/3/
the idea is very simple… when the page shows up all elements inside tags are hidden. except “Reply” button.
once “Reply” button clicked, the form appear with “Cancel” button.
but, how to make “Reply” button works on each row? not all forms show up when a Reply button clicked. thank you.
Try this jsFiddle example. I cleaned up your HTML (no dupe IDs) and changed the jQuery to operate on a per-row basis.
jQuery
HTML