Hello, I'm trying to create a dynamic list of data using jQuery... Each row will have an INPUT and a BUTTON element.
I'm thinking of holding a hidden 'template' for each row and then duplicating the 'template' row for each row needed and then edit the ID and innerHTML of the DOM elements for that row... Is this possible? Thanks, Nick