jQuery `val()` on input element returning empty
I am trying to create a table of elements in HTML, and then when an edit button (which would be next to the row you would want to edit) is pressed it would turn the text elements into <input> elements.…