I have an html table, populated by a js array. My problem...I am trying to edit a row in the table/array and am having trouble figuring out how to get the html to pass the row data back to javascript so that I may edit the array and send the new information back to the html table. I'm at a total loss with this one and don't know where to start. I've found some code online, but it's not working. Help?
Thanks in advance.